color details

Color Details
#C85E5E Color Hex

#C85E5E color RGB value is (12, 133, 229).
#C85E5E hex color red value is 12, green value is 133, and blue value is 229.
Cylindrical-coordinate representations (HSL) of color #C85E5E hue: 206.54, saturation: 0.9 and lightness: 0.47.

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

Color Spaces
Color spaces of #C85E5EValue
RGB200, 94, 94
HSL0, 0.49, 0.58
HSV0°, 53°, 78°
XYZ29.84, 21.1, 13.09
Base Numbers
Base Red Green Blue
Binary 11001000 1011110 1011110
Octal 310 136 136
Decimal 200 94 94
Hex C8 5E 5E

RGB Percentages for Color #C85E5E

51.55%
24.23%
24.23%

CMYK Percentages of the Color #C85E5E

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

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

This sample text is styled with the font color #C85E5E. 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 #C85E5E

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(200, 94, 94, 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 #C85E5E;">Text here</p>

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

Shadow Div Box

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

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