color details

Color Details
#853962 Color Hex

#853962 color RGB value is (8, 83, 150).
#853962 hex color red value is 8, green value is 83, and blue value is 150.
Cylindrical-coordinate representations (HSL) of color #853962 hue: 208.31, saturation: 0.9 and lightness: 0.31.

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

Color Spaces
Color spaces of #853962Value
RGB133, 57, 98
HSL0.91, 0.4, 0.37
HSV328°, 57°, 52°
XYZ13.34, 8.8, 12.55
Base Numbers
Base Red Green Blue
Binary 10000101 111001 1100010
Octal 205 71 142
Decimal 133 57 98
Hex 85 39 62

RGB Percentages for Color #853962

46.18%
19.79%
34.03%

CMYK Percentages of the Color #853962

57.14%
26.32%
47.84%
CSS Codes for Color #853962
.mybgColor {background-color: #853962;}
.myforeColor {color: #853962;}
.myborderColor {border:3px solid #853962;}
Text Font Color #853962

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(133, 57, 98, 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 #853962;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #853962

Scroll to Top