Color Hex Logo

#870ea1 Color Hex

#870EA1
(135,14,161)
0 Favorites   0 Comments

Color spaces of #870ea1

RGB 13514161
HSL0.800.840.34
HSV289°91°63°
CMYK 0.160.910.00   0.37
XYZ16.58178.038234.3958
Yxy8.03820.28100.1362
Hunter Lab28.351754.7815-52.0834
CIE-Lab34.062363.5973-49.8965

#870ea1 color RGB value is (135,14,161).

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

The process color (four color CMYK) of #870ea1 color hex is 0.16, 0.91, 0.00, 0.37. Web safe color of #870ea1 is #990099. Color #870ea1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001110 10100001
Octal 207 16 241
Decimal 135 14 161
Hex 87 E A1

RGB Percentages of Color #870ea1

%43.55
%4.52
%51.94

CMYK Percentages of Color #870ea1

%16
%91
%0
%37

Triadic Colors of #870ea1

#870ea1 #a1870e #0ea187

Analogous Colors of #870ea1

#870ea1 #a10e72 #3e0ea1

Monochromatic Colors of #870ea1

#870ea1

Complementary Color

#870ea1 #28a10e

#870ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870ea1 Color CSS Codes

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

#870ea1 Text Font Color

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

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


#870ea1 Background Color

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

This div background color is #870ea1


#870ea1 Border Color

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

This div border color is #870ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870ea1


Comments

No comments written yet.

Please login to write comment.