Color Hex Logo

#877287 Color Hex

#877287
(135,114,135)
0 Favorites   0 Comments

Color spaces of #877287

RGB 135114135
HSL0.830.080.49
HSV300°16°53°
CMYK 0.000.160.00   0.47
XYZ20.382218.934825.5022
Yxy18.93480.31440.2921
Hunter Lab43.51417.4604-4.2880
CIE-Lab50.610812.1619-8.4365

#877287 color RGB value is (135,114,135).

#877287 hex color red value is 135, green value is 114 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #877287 hue: 0.83 , saturation: 0.08 and the lightness value of 877287 is 0.49.

The process color (four color CMYK) of #877287 color hex is 0.00, 0.16, 0.00, 0.47. Web safe color of #877287 is #996699. Color #877287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110010 10000111
Octal 207 162 207
Decimal 135 114 135
Hex 87 72 87

RGB Percentages of Color #877287

%35.16
%29.69
%35.16

CMYK Percentages of Color #877287

%0
%16
%0
%47

Triadic Colors of #877287

#877287 #878772 #728787

Analogous Colors of #877287

#877287 #87727d #7d7287

Monochromatic Colors of #877287

#877287

Complementary Color

#877287 #728772

#877287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877287 Color CSS Codes

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

#877287 Text Font Color

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

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


#877287 Background Color

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

This div background color is #877287


#877287 Border Color

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

This div border color is #877287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877287


Comments

No comments written yet.

Please login to write comment.