#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 of #866D92 | Value |
---|---|
RGB | 134, 109, 146 |
HSL | 0.78, 0.15, 0.5 |
HSV | 281°, 25°, 57° |
XYZ | 20.49, 18.08, 29.6 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 1101101 | 10010010 |
Octal | 206 | 155 | 222 |
Decimal | 134 | 109 | 146 |
Hex | 86 | 6D | 92 |
Shades of #866D92
Tints of #866D92
.mybgColor {background-color: #866D92;} .myforeColor {color: #866D92;} .myborderColor {border:3px solid #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,
<div style="background-color:#866D92">Div content here</div>
<div style="border:3px solid #866D92">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(134, 109, 146, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #866D92;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>