Color Hex Logo

#877a9f Color Hex

#877A9F
(135,122,159)
0 Favorites   0 Comments

Color spaces of #877a9f

RGB 135122159
HSL0.730.160.55
HSV261°23°62°
CMYK 0.150.230.00   0.38
XYZ23.209221.573235.7417
Yxy21.57320.28820.2679
Hunter Lab46.44707.9129-13.1118
CIE-Lab53.571212.6437-18.0145

#877a9f color RGB value is (135,122,159).

#877a9f hex color red value is 135, green value is 122 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #877a9f hue: 0.73 , saturation: 0.16 and the lightness value of 877a9f is 0.55.

The process color (four color CMYK) of #877a9f color hex is 0.15, 0.23, 0.00, 0.38. Web safe color of #877a9f is #996699. Color #877a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111010 10011111
Octal 207 172 237
Decimal 135 122 159
Hex 87 7A 9F

RGB Percentages of Color #877a9f

%32.45
%29.33
%38.22

CMYK Percentages of Color #877a9f

%15
%23
%0
%38

Triadic Colors of #877a9f

#877a9f #9f877a #7a9f87

Analogous Colors of #877a9f

#877a9f #9a7a9f #7a809f

Monochromatic Colors of #877a9f

#877a9f

Complementary Color

#877a9f #929f7a

#877a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#877a9f Color CSS Codes

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

#877a9f Text Font Color

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

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


#877a9f Background Color

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

This div background color is #877a9f


#877a9f Border Color

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

This div border color is #877a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877a9f


Comments

No comments written yet.

Please login to write comment.