Color Hex Logo

#87185a Color Hex

#87185A
(135,24,90)
0 Favorites   0 Comments

Color spaces of #87185a

RGB 1352490
HSL0.900.700.31
HSV324°82°53°
CMYK 0.000.820.33   0.47
XYZ12.16386.542310.2946
Yxy6.54230.41940.2256
Hunter Lab25.577940.1259-5.9585
CIE-Lab30.741450.4975-10.5243

#87185a color RGB value is (135,24,90).

#87185a hex color red value is 135, green value is 24 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #87185a hue: 0.90 , saturation: 0.70 and the lightness value of 87185a is 0.31.

The process color (four color CMYK) of #87185a color hex is 0.00, 0.82, 0.33, 0.47. Web safe color of #87185a is #990066. Color #87185a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011000 01011010
Octal 207 30 132
Decimal 135 24 90
Hex 87 18 5A

RGB Percentages of Color #87185a

%54.22
%9.64
%36.14

CMYK Percentages of Color #87185a

%0
%82
%33
%47

Triadic Colors of #87185a

#87185a #5a8718 #185a87

Analogous Colors of #87185a

#87185a #871823 #7d1887

Monochromatic Colors of #87185a

#87185a

Complementary Color

#87185a #188745

#87185a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87185a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87185a Color CSS Codes

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

#87185a Text Font Color

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

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


#87185a Background Color

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

This div background color is #87185a


#87185a Border Color

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

This div border color is #87185a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87185a


Comments

No comments written yet.

Please login to write comment.