color details

Color Details
#8686cc Color Hex

#8686cc color RGB value is (8, 104, 108).
#8686cc hex color red value is 8, green value is 104, and blue value is 108.
Cylindrical-coordinate representations (HSL) of color #8686cc hue: 182.4, saturation: 0.86 and lightness: 0.23.

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

Color Spaces
Color spaces of #8686ccValue
RGB134, 134, 204
HSL0.67, 0.41, 0.66
HSV240°, 34°, 80°
XYZ29.25, 26.48, 60.68
Base Numbers
Base Red Green Blue
Binary 10000110 10000110 11001100
Octal 206 206 314
Decimal 134 134 204
Hex 86 86 CC

RGB Percentages for Color #8686cc

28.39%
28.39%
43.22%

CMYK Percentages of the Color #8686cc

34.31%
34.31%
20%
CSS Codes for Color #8686cc
.mybgColor {background-color: #8686cc;}
.myforeColor {color: #8686cc;}
.myborderColor {border:3px solid #8686cc;}
Text Font Color #8686cc

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

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

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

The background color of this div is #8686cc
Border Color #8686cc

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

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

<p style="text-shadow: 4px 4px 2px rgba(134, 134, 204, 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 #8686cc;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #8686cc

Scroll to Top