color details

Color Details
#866D92 Color Hex

#866D92 color RGB value is (8, 102, 217).
#866D92 hex color red value is 8, green value is 102, and blue value is 217.
Cylindrical-coordinate representations (HSL) of color #866D92 hue: 213.01, saturation: 0.93 and lightness: 0.44.

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

Color Spaces
Color spaces of #866D92Value
RGB134, 109, 146
HSL0.78, 0.15, 0.5
HSV281°, 25°, 57°
XYZ20.49, 18.08, 29.6
Base Numbers
Base Red Green Blue
Binary 10000110 1101101 10010010
Octal 206 155 222
Decimal 134 109 146
Hex 86 6D 92

RGB Percentages for Color #866D92

34.45%
28.02%
37.53%

CMYK Percentages of the Color #866D92

8.22%
25.34%
42.75%
CSS Codes for Color #866D92
.mybgColor {background-color: #866D92;}
.myforeColor {color: #866D92;}
.myborderColor {border:3px solid #866D92;}
Text Font Color #866D92

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

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

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

The background color of this div is #866D92
Border Color #866D92

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

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

<p style="text-shadow: 4px 4px 2px rgba(134, 109, 146, 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 #866D92;">Text here</p>

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

Shadow Div Box

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

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