color details

Color Details
#C87B97 Color Hex

#C87B97 color RGB value is (12, 135, 185).
#C87B97 hex color red value is 12, green value is 135, and blue value is 185.
Cylindrical-coordinate representations (HSL) of color #C87B97 hue: 197.34, saturation: 0.88 and lightness: 0.39.

The process color (four-color CMYK) of #C87B97 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C87B97 is #ff9999. Color #C87B97 contains mainly RED.

Color Spaces
Color spaces of #C87B97Value
RGB200, 123, 151
HSL0.94, 0.41, 0.63
HSV338°, 39°, 78°
XYZ36.49, 28.68, 32.89
Base Numbers
Base Red Green Blue
Binary 11001000 1111011 10010111
Octal 310 173 227
Decimal 200 123 151
Hex C8 7B 97

RGB Percentages for Color #C87B97

42.19%
25.95%
31.86%

CMYK Percentages of the Color #C87B97

38.5%
24.5%
21.57%
CSS Codes for Color #C87B97
.mybgColor {background-color: #C87B97;}
.myforeColor {color: #C87B97;}
.myborderColor {border:3px solid #C87B97;}
Text Font Color #C87B97

<p style="color:#C87B97">Text here</p>

This sample text is styled with the font color #C87B97. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #C87B97

<div style="background-color:#C87B97">Div content here</div>

The background color of this div is #C87B97
Border Color #C87B97

<div style="border:3px solid #C87B97">Div here</div>

The border color of this div is #C87B97
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(200, 123, 151, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #C87B97;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #C87B97;
-webkit-box-shadow: 1px 1px 3px #C87B97;
box-shadow: 1px 1px 3px #C87B97;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200, 123, 151, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #C87B97;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #C87B97; -webkit-box-shadow: 1px 1px 3px #C87B97; box-shadow: 1px 1px 3px #C87B97;">Div content here</div>

This div box has a shadow with a specified color. #C87B97
Scroll to Top