Color Hex Logo

#870884 Color Hex

#870884
(135,8,132)
0 Favorites   0 Comments

Color spaces of #870884

RGB 1358132
HSL0.840.890.28
HSV301°94°53°
CMYK 0.000.940.02   0.47
XYZ14.24346.990522.4284
Yxy6.99050.32620.1601
Hunter Lab26.439649.8915-31.7874
CIE-Lab31.785359.6088-35.7278

#870884 color RGB value is (135,8,132).

#870884 hex color red value is 135, green value is 8 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #870884 hue: 0.84 , saturation: 0.89 and the lightness value of 870884 is 0.28.

The process color (four color CMYK) of #870884 color hex is 0.00, 0.94, 0.02, 0.47. Web safe color of #870884 is #990099. Color #870884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001000 10000100
Octal 207 10 204
Decimal 135 8 132
Hex 87 8 84

RGB Percentages of Color #870884

%49.09
%2.91
%48.00

CMYK Percentages of Color #870884

%0
%94
%2
%47

Triadic Colors of #870884

#870884 #848708 #088487

Analogous Colors of #870884

#870884 #870844 #4b0887

Monochromatic Colors of #870884

#870884

Complementary Color

#870884 #08870b

#870884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870884 Color CSS Codes

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

#870884 Text Font Color

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

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


#870884 Background Color

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

This div background color is #870884


#870884 Border Color

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

This div border color is #870884


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,8,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #870884; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #870884;
  -webkit-box-shadow: 1px 1px 3px 2px #870884;
  box-shadow:         1px 1px 3px 2px #870884; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870884


Comments

No comments written yet.

Please login to write comment.