Color Hex Logo

#870f8a Color Hex

#870F8A
(135,15,138)
0 Favorites   0 Comments

Color spaces of #870f8a

RGB 13515138
HSL0.830.800.30
HSV299°89°54°
CMYK 0.020.890.00   0.46
XYZ14.74997.327524.6817
Yxy7.32750.31540.1567
Hunter Lab27.069449.8920-35.1118
CIE-Lab32.541159.4622-38.2546

#870f8a color RGB value is (135,15,138).

#870f8a hex color red value is 135, green value is 15 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #870f8a hue: 0.83 , saturation: 0.80 and the lightness value of 870f8a is 0.30.

The process color (four color CMYK) of #870f8a color hex is 0.02, 0.89, 0.00, 0.46. Web safe color of #870f8a is #990099. Color #870f8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001111 10001010
Octal 207 17 212
Decimal 135 15 138
Hex 87 F 8A

RGB Percentages of Color #870f8a

%46.88
%5.21
%47.92

CMYK Percentages of Color #870f8a

%2
%89
%0
%46

Triadic Colors of #870f8a

#870f8a #8a870f #0f8a87

Analogous Colors of #870f8a

#870f8a #8a0f50 #490f8a

Monochromatic Colors of #870f8a

#870f8a

Complementary Color

#870f8a #128a0f

#870f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#870f8a Color CSS Codes

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

#870f8a Text Font Color

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

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


#870f8a Background Color

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

This div background color is #870f8a


#870f8a Border Color

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

This div border color is #870f8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870f8a


Comments

No comments written yet.

Please login to write comment.