Color Hex Logo

#877f96 Color Hex

#877F96
(135,127,150)
0 Favorites   0 Comments

Color spaces of #877f96

RGB 135127150
HSL0.720.100.54
HSV261°15°59°
CMYK 0.100.150.00   0.41
XYZ23.086122.531631.9864
Yxy22.53160.29750.2903
Hunter Lab47.46753.7465-6.7259
CIE-Lab54.58667.7137-11.2521

#877f96 color RGB value is (135,127,150).

#877f96 hex color red value is 135, green value is 127 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #877f96 hue: 0.72 , saturation: 0.10 and the lightness value of 877f96 is 0.54.

The process color (four color CMYK) of #877f96 color hex is 0.10, 0.15, 0.00, 0.41. Web safe color of #877f96 is #996699. Color #877f96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111111 10010110
Octal 207 177 226
Decimal 135 127 150
Hex 87 7F 96

RGB Percentages of Color #877f96

%32.77
%30.83
%36.41

CMYK Percentages of Color #877f96

%10
%15
%0
%41

Triadic Colors of #877f96

#877f96 #96877f #7f9687

Analogous Colors of #877f96

#877f96 #937f96 #7f8396

Monochromatic Colors of #877f96

#877f96

Complementary Color

#877f96 #8e967f

#877f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877f96 Color CSS Codes

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

#877f96 Text Font Color

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

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


#877f96 Background Color

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

This div background color is #877f96


#877f96 Border Color

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

This div border color is #877f96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877f96


Comments

No comments written yet.

Please login to write comment.