Color Hex Logo

#87576f Color Hex

#87576F
(135,87,111)
0 Favorites   0 Comments

Color spaces of #87576f

RGB 13587111
HSL0.920.220.44
HSV330°36°53°
CMYK 0.000.360.18   0.47
XYZ16.269113.115016.7129
Yxy13.11500.35290.2845
Hunter Lab36.214616.8139-2.0118
CIE-Lab42.936023.5818-5.4708

#87576f color RGB value is (135,87,111).

#87576f hex color red value is 135, green value is 87 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #87576f hue: 0.92 , saturation: 0.22 and the lightness value of 87576f is 0.44.

The process color (four color CMYK) of #87576f color hex is 0.00, 0.36, 0.18, 0.47. Web safe color of #87576f is #996666. Color #87576f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010111 01101111
Octal 207 127 157
Decimal 135 87 111
Hex 87 57 6F

RGB Percentages of Color #87576f

%40.54
%26.13
%33.33

CMYK Percentages of Color #87576f

%0
%36
%18
%47

Triadic Colors of #87576f

#87576f #6f8757 #576f87

Analogous Colors of #87576f

#87576f #875757 #875787

Monochromatic Colors of #87576f

#87576f

Complementary Color

#87576f #57876f

#87576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87576f Color CSS Codes

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

#87576f Text Font Color

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

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


#87576f Background Color

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

This div background color is #87576f


#87576f Border Color

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

This div border color is #87576f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87576f


Comments

No comments written yet.

Please login to write comment.