Color Hex Logo

#87557e Color Hex

#87557E
(135,85,126)
0 Favorites   0 Comments

Color spaces of #87557e

RGB 13585126
HSL0.860.230.43
HSV311°37°53°
CMYK 0.000.370.07   0.47
XYZ17.006113.154321.3814
Yxy13.15430.32990.2552
Hunter Lab36.268920.2263-9.5647
CIE-Lab42.994827.4586-14.5336

#87557e color RGB value is (135,85,126).

#87557e hex color red value is 135, green value is 85 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #87557e hue: 0.86 , saturation: 0.23 and the lightness value of 87557e is 0.43.

The process color (four color CMYK) of #87557e color hex is 0.00, 0.37, 0.07, 0.47. Web safe color of #87557e is #996666. Color #87557e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010101 01111110
Octal 207 125 176
Decimal 135 85 126
Hex 87 55 7E

RGB Percentages of Color #87557e

%39.02
%24.57
%36.42

CMYK Percentages of Color #87557e

%0
%37
%7
%47

Triadic Colors of #87557e

#87557e #7e8755 #557e87

Analogous Colors of #87557e

#87557e #875565 #775587

Monochromatic Colors of #87557e

#87557e

Complementary Color

#87557e #55875e

#87557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87557e Color CSS Codes

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

#87557e Text Font Color

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

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


#87557e Background Color

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

This div background color is #87557e


#87557e Border Color

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

This div border color is #87557e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87557e


Comments

No comments written yet.

Please login to write comment.