Color Hex Logo

#870187 Color Hex

#870187
(135,1,135)
0 Favorites   0 Comments

Color spaces of #870187

RGB 1351135
HSL0.830.990.27
HSV300°99°53°
CMYK 0.000.990.00   0.47
XYZ14.37576.921923.5000
Yxy6.92190.32090.1545
Hunter Lab26.309551.4920-34.5420
CIE-Lab31.628461.1045-37.8501

#870187 color RGB value is (135,1,135).

#870187 hex color red value is 135, green value is 1 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #870187 hue: 0.83 , saturation: 0.99 and the lightness value of 870187 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000001 10000111
Octal 207 1 207
Decimal 135 1 135
Hex 87 1 87

RGB Percentages of Color #870187

%49.82
%0.37
%49.82

CMYK Percentages of Color #870187

%0
%99
%0
%47

Triadic Colors of #870187

#870187 #878701 #018787

Analogous Colors of #870187

#870187 #870144 #440187

Monochromatic Colors of #870187

#870187

Complementary Color

#870187 #018701

#870187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870187 Color CSS Codes

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

#870187 Text Font Color

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

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


#870187 Background Color

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

This div background color is #870187


#870187 Border Color

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

This div border color is #870187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870187


Comments

No comments written yet.

Please login to write comment.