Color Hex Logo

#87157b Color Hex

#87157B
(135,21,123)
0 Favorites   0 Comments

Color spaces of #87157b

RGB 13521123
HSL0.850.730.31
HSV306°84°53°
CMYK 0.000.840.09   0.47
XYZ13.83507.117319.3835
Yxy7.11730.34300.1765
Hunter Lab26.678345.8808-24.4033
CIE-Lab32.072555.8079-29.6255

#87157b color RGB value is (135,21,123).

#87157b hex color red value is 135, green value is 21 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #87157b hue: 0.85 , saturation: 0.73 and the lightness value of 87157b is 0.31.

The process color (four color CMYK) of #87157b color hex is 0.00, 0.84, 0.09, 0.47. Web safe color of #87157b is #990066. Color #87157b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010101 01111011
Octal 207 25 173
Decimal 135 21 123
Hex 87 15 7B

RGB Percentages of Color #87157b

%48.39
%7.53
%44.09

CMYK Percentages of Color #87157b

%0
%84
%9
%47

Triadic Colors of #87157b

#87157b #7b8715 #157b87

Analogous Colors of #87157b

#87157b #871542 #5a1587

Monochromatic Colors of #87157b

#87157b

Complementary Color

#87157b #158721

#87157b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87157b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87157b Color CSS Codes

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

#87157b Text Font Color

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

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


#87157b Background Color

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

This div background color is #87157b


#87157b Border Color

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

This div border color is #87157b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87157b


Comments

No comments written yet.

Please login to write comment.