Color Hex Logo

#87506c Color Hex

#87506C
(135,80,108)
0 Favorites   0 Comments

Color spaces of #87506c

RGB 13580108
HSL0.920.260.42
HSV329°41°53°
CMYK 0.000.410.20   0.47
XYZ15.567111.970915.6775
Yxy11.97090.36020.2770
Hunter Lab34.599019.7642-2.6462
CIE-Lab41.169827.1428-6.2573

#87506c color RGB value is (135,80,108).

#87506c hex color red value is 135, green value is 80 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #87506c hue: 0.92 , saturation: 0.26 and the lightness value of 87506c is 0.42.

The process color (four color CMYK) of #87506c color hex is 0.00, 0.41, 0.20, 0.47. Web safe color of #87506c is #996666. Color #87506c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010000 01101100
Octal 207 120 154
Decimal 135 80 108
Hex 87 50 6C

RGB Percentages of Color #87506c

%41.80
%24.77
%33.44

CMYK Percentages of Color #87506c

%0
%41
%20
%47

Triadic Colors of #87506c

#87506c #6c8750 #506c87

Analogous Colors of #87506c

#87506c #875051 #875087

Monochromatic Colors of #87506c

#87506c

Complementary Color

#87506c #50876b

#87506c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87506c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87506c Color CSS Codes

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

#87506c Text Font Color

<p style="color:#87506c">Text here</p>

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


#87506c Background Color

<div style="background-color:#87506c">
Div content here</div>

This div background color is #87506c


#87506c Border Color

<div style="border:3px solid #87506c">
Div here</div>

This div border color is #87506c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,80,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87506c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87506c;
  -webkit-box-shadow: 1px 1px 3px 2px #87506c;
  box-shadow:         1px 1px 3px 2px #87506c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87506c


Comments

No comments written yet.

Please login to write comment.