Color Hex Logo

#8706ba Color Hex

#8706BA
(135,6,186)
0 Favorites   0 Comments

Color spaces of #8706ba

RGB 1356186
HSL0.790.940.38
HSV283°97°73°
CMYK 0.270.970.00   0.27
XYZ18.91978.826347.1608
Yxy8.82630.25260.1178
Hunter Lab29.709161.6836-73.3218
CIE-Lab35.647769.3218-62.2748

#8706ba color RGB value is (135,6,186).

#8706ba hex color red value is 135, green value is 6 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8706ba hue: 0.79 , saturation: 0.94 and the lightness value of 8706ba is 0.38.

The process color (four color CMYK) of #8706ba color hex is 0.27, 0.97, 0.00, 0.27. Web safe color of #8706ba is #9900cc. Color #8706ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000110 10111010
Octal 207 6 272
Decimal 135 6 186
Hex 87 6 BA

RGB Percentages of Color #8706ba

%41.28
%1.83
%56.88

CMYK Percentages of Color #8706ba

%27
%97
%0
%27

Triadic Colors of #8706ba

#8706ba #ba8706 #06ba87

Analogous Colors of #8706ba

#8706ba #ba0693 #2d06ba

Monochromatic Colors of #8706ba

#8706ba

Complementary Color

#8706ba #39ba06

#8706ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8706ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8706ba Color CSS Codes

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

#8706ba Text Font Color

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

This sample text font color is #8706ba
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.


#8706ba Background Color

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

This div background color is #8706ba


#8706ba Border Color

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

This div border color is #8706ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8706ba


Comments

No comments written yet.

Please login to write comment.