Color Hex Logo

#877dac Color Hex

#877DAC
(135,125,172)
0 Favorites   0 Comments

Color spaces of #877dac

RGB 135125172
HSL0.700.220.58
HSV253°27°67°
CMYK 0.220.270.00   0.33
XYZ24.771722.796742.1243
Yxy22.79670.27620.2542
Hunter Lab47.74599.0547-18.8871
CIE-Lab54.862313.9400-23.5554

#877dac color RGB value is (135,125,172).

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

The process color (four color CMYK) of #877dac color hex is 0.22, 0.27, 0.00, 0.33. Web safe color of #877dac is #996699. Color #877dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111101 10101100
Octal 207 175 254
Decimal 135 125 172
Hex 87 7D AC

RGB Percentages of Color #877dac

%31.25
%28.94
%39.81

CMYK Percentages of Color #877dac

%22
%27
%0
%33

Triadic Colors of #877dac

#877dac #ac877d #7dac87

Analogous Colors of #877dac

#877dac #9f7dac #7d8bac

Monochromatic Colors of #877dac

#877dac

Complementary Color

#877dac #a2ac7d

#877dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#877dac Color CSS Codes

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

#877dac Text Font Color

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

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


#877dac Background Color

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

This div background color is #877dac


#877dac Border Color

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

This div border color is #877dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877dac


Comments

No comments written yet.

Please login to write comment.