Color Hex Logo

#87165b Color Hex

#87165B
(135,22,91)
0 Favorites   0 Comments

Color spaces of #87165b

RGB 1352291
HSL0.900.720.31
HSV323°84°53°
CMYK 0.000.840.33   0.47
XYZ12.16696.480010.5070
Yxy6.48000.41730.2223
Hunter Lab25.455840.7683-6.6531
CIE-Lab30.592551.1604-11.4033

#87165b color RGB value is (135,22,91).

#87165b hex color red value is 135, green value is 22 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #87165b hue: 0.90 , saturation: 0.72 and the lightness value of 87165b is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010110 01011011
Octal 207 26 133
Decimal 135 22 91
Hex 87 16 5B

RGB Percentages of Color #87165b

%54.44
%8.87
%36.69

CMYK Percentages of Color #87165b

%0
%84
%33
%47

Triadic Colors of #87165b

#87165b #5b8716 #165b87

Analogous Colors of #87165b

#87165b #871623 #7b1687

Monochromatic Colors of #87165b

#87165b

Complementary Color

#87165b #168742

#87165b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87165b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87165b Color CSS Codes

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

#87165b Text Font Color

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

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


#87165b Background Color

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

This div background color is #87165b


#87165b Border Color

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

This div border color is #87165b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87165b


Comments

No comments written yet.

Please login to write comment.