Color Hex Logo

#87809c Color Hex

#87809C
(135,128,156)
0 Favorites   0 Comments

Color spaces of #87809c

RGB 135128156
HSL0.710.120.56
HSV255°18°61°
CMYK 0.130.180.00   0.39
XYZ23.711622.989534.6402
Yxy22.98950.29150.2826
Hunter Lab47.94744.3664-9.2717
CIE-Lab55.06158.4589-14.0129

#87809c color RGB value is (135,128,156).

#87809c hex color red value is 135, green value is 128 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #87809c hue: 0.71 , saturation: 0.12 and the lightness value of 87809c is 0.56.

The process color (four color CMYK) of #87809c color hex is 0.13, 0.18, 0.00, 0.39. Web safe color of #87809c is #999999. Color #87809c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000000 10011100
Octal 207 200 234
Decimal 135 128 156
Hex 87 80 9C

RGB Percentages of Color #87809c

%32.22
%30.55
%37.23

CMYK Percentages of Color #87809c

%13
%18
%0
%39

Triadic Colors of #87809c

#87809c #9c8780 #809c87

Analogous Colors of #87809c

#87809c #95809c #80879c

Monochromatic Colors of #87809c

#87809c

Complementary Color

#87809c #959c80

#87809c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87809c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87809c Color CSS Codes

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

#87809c Text Font Color

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

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


#87809c Background Color

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

This div background color is #87809c


#87809c Border Color

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

This div border color is #87809c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87809c


Comments

No comments written yet.

Please login to write comment.