Color Hex Logo

#87185e Color Hex

#87185E
(135,24,94)
0 Favorites   0 Comments

Color spaces of #87185e

RGB 1352494
HSL0.890.700.31
HSV322°82°53°
CMYK 0.000.820.30   0.47
XYZ12.33876.612311.2157
Yxy6.61230.40900.2192
Hunter Lab25.714440.6506-7.8601
CIE-Lab30.907550.9834-12.8781

#87185e color RGB value is (135,24,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011000 01011110
Octal 207 30 136
Decimal 135 24 94
Hex 87 18 5E

RGB Percentages of Color #87185e

%53.36
%9.49
%37.15

CMYK Percentages of Color #87185e

%0
%82
%30
%47

Triadic Colors of #87185e

#87185e #5e8718 #185e87

Analogous Colors of #87185e

#87185e #871827 #791887

Monochromatic Colors of #87185e

#87185e

Complementary Color

#87185e #188741

#87185e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87185e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87185e Color CSS Codes

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

#87185e Text Font Color

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

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


#87185e Background Color

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

This div background color is #87185e


#87185e Border Color

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

This div border color is #87185e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87185e


Comments

No comments written yet.

Please login to write comment.