Color Hex Logo

#870aab Color Hex

#870AAB
(135,10,171)
0 Favorites   0 Comments

Color spaces of #870aab

RGB 13510171
HSL0.800.890.35
HSV287°94°67°
CMYK 0.210.940.00   0.33
XYZ17.45098.308339.2120
Yxy8.30830.26860.1279
Hunter Lab28.824157.6265-60.4805
CIE-Lab34.616966.0057-55.0223

#870aab color RGB value is (135,10,171).

#870aab hex color red value is 135, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #870aab hue: 0.80 , saturation: 0.89 and the lightness value of 870aab is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001010 10101011
Octal 207 12 253
Decimal 135 10 171
Hex 87 A AB

RGB Percentages of Color #870aab

%42.72
%3.16
%54.11

CMYK Percentages of Color #870aab

%21
%94
%0
%33

Triadic Colors of #870aab

#870aab #ab870a #0aab87

Analogous Colors of #870aab

#870aab #ab0a7f #370aab

Monochromatic Colors of #870aab

#870aab

Complementary Color

#870aab #2eab0a

#870aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#870aab Color CSS Codes

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

#870aab Text Font Color

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

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


#870aab Background Color

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

This div background color is #870aab


#870aab Border Color

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

This div border color is #870aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870aab


Comments

No comments written yet.

Please login to write comment.