Color Hex Logo

#8706ac Color Hex

#8706AC
(135,6,172)
0 Favorites   0 Comments

Color spaces of #8706ac

RGB 1356172
HSL0.800.930.35
HSV287°97°67°
CMYK 0.220.970.00   0.33
XYZ17.50328.259739.7015
Yxy8.25970.26740.1262
Hunter Lab28.739758.4165-61.7864
CIE-Lab34.518066.7156-55.7825

#8706ac color RGB value is (135,6,172).

#8706ac hex color red value is 135, green value is 6 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8706ac hue: 0.80 , saturation: 0.93 and the lightness value of 8706ac is 0.35.

The process color (four color CMYK) of #8706ac color hex is 0.22, 0.97, 0.00, 0.33. Web safe color of #8706ac is #990099. Color #8706ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000110 10101100
Octal 207 6 254
Decimal 135 6 172
Hex 87 6 AC

RGB Percentages of Color #8706ac

%43.13
%1.92
%54.95

CMYK Percentages of Color #8706ac

%22
%97
%0
%33

Triadic Colors of #8706ac

#8706ac #ac8706 #06ac87

Analogous Colors of #8706ac

#8706ac #ac067e #3406ac

Monochromatic Colors of #8706ac

#8706ac

Complementary Color

#8706ac #2bac06

#8706ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8706ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8706ac Color CSS Codes

.mybgcolor {background-color:#8706ac; } 
.myforecolor {color:#8706ac; }
.mybordercolor {border:3px solid #8706ac; }

#8706ac Text Font Color

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

This sample text font color is #8706ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#8706ac Background Color

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

This div background color is #8706ac


#8706ac Border Color

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

This div border color is #8706ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,6,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8706ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8706ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8706ac;
  box-shadow:         1px 1px 3px 2px #8706ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,6,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8706ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8706ac


Comments

No comments written yet.

Please login to write comment.