Color Hex Logo

#877daa Color Hex

#877DAA
(135,125,170)
0 Favorites   0 Comments

Color spaces of #877daa

RGB 135125170
HSL0.700.210.58
HSV253°26°67°
CMYK 0.210.260.00   0.33
XYZ24.581022.720441.1201
Yxy22.72040.27800.2570
Hunter Lab47.66598.6359-17.7817
CIE-Lab54.783213.4595-22.5245

#877daa color RGB value is (135,125,170).

#877daa hex color red value is 135, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #877daa hue: 0.70 , saturation: 0.21 and the lightness value of 877daa is 0.58.

The process color (four color CMYK) of #877daa color hex is 0.21, 0.26, 0.00, 0.33. Web safe color of #877daa is #996699. Color #877daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111101 10101010
Octal 207 175 252
Decimal 135 125 170
Hex 87 7D AA

RGB Percentages of Color #877daa

%31.40
%29.07
%39.53

CMYK Percentages of Color #877daa

%21
%26
%0
%33

Triadic Colors of #877daa

#877daa #aa877d #7daa87

Analogous Colors of #877daa

#877daa #9e7daa #7d8aaa

Monochromatic Colors of #877daa

#877daa

Complementary Color

#877daa #a0aa7d

#877daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#877daa Color CSS Codes

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

#877daa Text Font Color

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

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


#877daa Background Color

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

This div background color is #877daa


#877daa Border Color

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

This div border color is #877daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877daa


Comments

No comments written yet.

Please login to write comment.