Color Hex Logo

#877f91 Color Hex

#877F91
(135,127,145)
0 Favorites   0 Comments

Color spaces of #877f91

RGB 135127145
HSL0.740.080.53
HSV267°12°57°
CMYK 0.070.120.00   0.43
XYZ22.691922.374029.9107
Yxy22.37400.30270.2984
Hunter Lab47.30122.8552-4.3810
CIE-Lab54.42166.6389-8.5961

#877f91 color RGB value is (135,127,145).

#877f91 hex color red value is 135, green value is 127 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #877f91 hue: 0.74 , saturation: 0.08 and the lightness value of 877f91 is 0.53.

The process color (four color CMYK) of #877f91 color hex is 0.07, 0.12, 0.00, 0.43. Web safe color of #877f91 is #996699. Color #877f91 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111111 10010001
Octal 207 177 221
Decimal 135 127 145
Hex 87 7F 91

RGB Percentages of Color #877f91

%33.17
%31.20
%35.63

CMYK Percentages of Color #877f91

%7
%12
%0
%43

Triadic Colors of #877f91

#877f91 #91877f #7f9187

Analogous Colors of #877f91

#877f91 #907f91 #7f8091

Monochromatic Colors of #877f91

#877f91

Complementary Color

#877f91 #89917f

#877f91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877f91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877f91 Color CSS Codes

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

#877f91 Text Font Color

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

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


#877f91 Background Color

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

This div background color is #877f91


#877f91 Border Color

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

This div border color is #877f91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877f91


Comments

No comments written yet.

Please login to write comment.