Color Hex Logo

#87576a Color Hex

#87576A
(135,87,106)
0 Favorites   0 Comments

Color spaces of #87576a

RGB 13587106
HSL0.930.220.44
HSV336°36°53°
CMYK 0.000.360.21   0.47
XYZ16.001413.007915.3031
Yxy13.00790.36110.2935
Hunter Lab36.066516.07770.0896
CIE-Lab42.775122.7441-2.6483

#87576a color RGB value is (135,87,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010111 01101010
Octal 207 127 152
Decimal 135 87 106
Hex 87 57 6A

RGB Percentages of Color #87576a

%41.16
%26.52
%32.32

CMYK Percentages of Color #87576a

%0
%36
%21
%47

Triadic Colors of #87576a

#87576a #6a8757 #576a87

Analogous Colors of #87576a

#87576a #875c57 #875782

Monochromatic Colors of #87576a

#87576a

Complementary Color

#87576a #578774

#87576a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87576a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87576a Color CSS Codes

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

#87576a Text Font Color

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

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


#87576a Background Color

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

This div background color is #87576a


#87576a Border Color

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

This div border color is #87576a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87576a


Comments

No comments written yet.

Please login to write comment.