Color Hex Logo

#870bac Color Hex

#870BAC
(135,11,172)
0 Favorites   0 Comments

Color spaces of #870bac

RGB 13511172
HSL0.800.880.36
HSV286°94°67°
CMYK 0.220.940.00   0.33
XYZ17.55778.368839.7197
Yxy8.36880.26750.1275
Hunter Lab28.928957.7108-61.1557
CIE-Lab34.739466.0560-55.4225

#870bac color RGB value is (135,11,172).

#870bac hex color red value is 135, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #870bac hue: 0.80 , saturation: 0.88 and the lightness value of 870bac is 0.36.

The process color (four color CMYK) of #870bac color hex is 0.22, 0.94, 0.00, 0.33. Web safe color of #870bac is #990099. Color #870bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001011 10101100
Octal 207 13 254
Decimal 135 11 172
Hex 87 B AC

RGB Percentages of Color #870bac

%42.45
%3.46
%54.09

CMYK Percentages of Color #870bac

%22
%94
%0
%33

Triadic Colors of #870bac

#870bac #ac870b #0bac87

Analogous Colors of #870bac

#870bac #ac0b81 #370bac

Monochromatic Colors of #870bac

#870bac

Complementary Color

#870bac #30ac0b

#870bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#870bac Color CSS Codes

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

#870bac Text Font Color

<p style="color:#870bac">Text here</p>

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


#870bac Background Color

<div style="background-color:#870bac">
Div content here</div>

This div background color is #870bac


#870bac Border Color

<div style="border:3px solid #870bac">
Div here</div>

This div border color is #870bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,11,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 #870bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870bac


Comments

No comments written yet.

Please login to write comment.