Color Hex Logo

#877989 Color Hex

#877989
(135,121,137)
0 Favorites   0 Comments

Color spaces of #877989

RGB 135121137
HSL0.810.060.51
HSV293°12°54°
CMYK 0.010.120.00   0.46
XYZ21.344420.631826.5243
Yxy20.63180.31160.3012
Hunter Lab45.42224.3901-2.8268
CIE-Lab52.54418.4659-6.7287

#877989 color RGB value is (135,121,137).

#877989 hex color red value is 135, green value is 121 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #877989 hue: 0.81 , saturation: 0.06 and the lightness value of 877989 is 0.51.

The process color (four color CMYK) of #877989 color hex is 0.01, 0.12, 0.00, 0.46. Web safe color of #877989 is #996699. Color #877989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111001 10001001
Octal 207 171 211
Decimal 135 121 137
Hex 87 79 89

RGB Percentages of Color #877989

%34.35
%30.79
%34.86

CMYK Percentages of Color #877989

%1
%12
%0
%46

Triadic Colors of #877989

#877989 #898779 #798987

Analogous Colors of #877989

#877989 #897983 #7f7989

Monochromatic Colors of #877989

#877989

Complementary Color

#877989 #7b8979

#877989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877989 Color CSS Codes

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

#877989 Text Font Color

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

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


#877989 Background Color

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

This div background color is #877989


#877989 Border Color

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

This div border color is #877989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877989


Comments

No comments written yet.

Please login to write comment.