Color Hex Logo

#870eab Color Hex

#870EAB
(135,14,171)
0 Favorites   0 Comments

Color spaces of #870eab

RGB 13514171
HSL0.800.850.36
HSV286°92°67°
CMYK 0.210.920.00   0.33
XYZ17.49948.405239.2281
Yxy8.40520.26870.1290
Hunter Lab28.991757.0071-59.9299
CIE-Lab34.812965.4238-54.7038

#870eab color RGB value is (135,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001110 10101011
Octal 207 16 253
Decimal 135 14 171
Hex 87 E AB

RGB Percentages of Color #870eab

%42.19
%4.38
%53.44

CMYK Percentages of Color #870eab

%21
%92
%0
%33

Triadic Colors of #870eab

#870eab #ab870e #0eab87

Analogous Colors of #870eab

#870eab #ab0e81 #380eab

Monochromatic Colors of #870eab

#870eab

Complementary Color

#870eab #32ab0e

#870eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#870eab Color CSS Codes

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

#870eab Text Font Color

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

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


#870eab Background Color

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

This div background color is #870eab


#870eab Border Color

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

This div border color is #870eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870eab


Comments

No comments written yet.

Please login to write comment.