Color Hex Logo

#877288 Color Hex

#877288
(135,114,136)
0 Favorites   0 Comments

Color spaces of #877288

RGB 135114136
HSL0.830.090.49
HSV297°16°53°
CMYK 0.010.160.00   0.47
XYZ20.452918.963125.8748
Yxy18.96310.31330.2904
Hunter Lab43.54667.6309-4.7466
CIE-Lab50.644012.3646-8.9769

#877288 color RGB value is (135,114,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110010 10001000
Octal 207 162 210
Decimal 135 114 136
Hex 87 72 88

RGB Percentages of Color #877288

%35.06
%29.61
%35.32

CMYK Percentages of Color #877288

%1
%16
%0
%47

Triadic Colors of #877288

#877288 #888772 #728887

Analogous Colors of #877288

#877288 #88727e #7c7288

Monochromatic Colors of #877288

#877288

Complementary Color

#877288 #738872

#877288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877288 Color CSS Codes

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

#877288 Text Font Color

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

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


#877288 Background Color

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

This div background color is #877288


#877288 Border Color

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

This div border color is #877288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877288


Comments

No comments written yet.

Please login to write comment.