Color Hex Logo

#870eaa Color Hex

#870EAA
(135,14,170)
0 Favorites   0 Comments

Color spaces of #870eaa

RGB 13514170
HSL0.800.850.36
HSV287°92°67°
CMYK 0.210.920.00   0.33
XYZ17.40448.367338.7279
Yxy8.36730.26980.1297
Hunter Lab28.926356.7791-59.1319
CIE-Lab34.736465.2379-54.2282

#870eaa color RGB value is (135,14,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001110 10101010
Octal 207 16 252
Decimal 135 14 170
Hex 87 E AA

RGB Percentages of Color #870eaa

%42.32
%4.39
%53.29

CMYK Percentages of Color #870eaa

%21
%92
%0
%33

Triadic Colors of #870eaa

#870eaa #aa870e #0eaa87

Analogous Colors of #870eaa

#870eaa #aa0e7f #390eaa

Monochromatic Colors of #870eaa

#870eaa

Complementary Color

#870eaa #31aa0e

#870eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#870eaa Color CSS Codes

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

#870eaa Text Font Color

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

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


#870eaa Background Color

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

This div background color is #870eaa


#870eaa Border Color

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

This div border color is #870eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870eaa


Comments

No comments written yet.

Please login to write comment.