Color Hex Logo

#877dad Color Hex

#877DAD
(135,125,173)
0 Favorites   0 Comments

Color spaces of #877dad

RGB 135125173
HSL0.700.230.58
HSV253°28°68°
CMYK 0.220.280.00   0.32
XYZ24.868122.835342.6321
Yxy22.83530.27530.2528
Hunter Lab47.78639.2658-19.4446
CIE-Lab54.902314.1815-24.0697

#877dad color RGB value is (135,125,173).

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

The process color (four color CMYK) of #877dad color hex is 0.22, 0.28, 0.00, 0.32. Web safe color of #877dad is #996699. Color #877dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111101 10101101
Octal 207 175 255
Decimal 135 125 173
Hex 87 7D AD

RGB Percentages of Color #877dad

%31.18
%28.87
%39.95

CMYK Percentages of Color #877dad

%22
%28
%0
%32

Triadic Colors of #877dad

#877dad #ad877d #7dad87

Analogous Colors of #877dad

#877dad #9f7dad #7d8bad

Monochromatic Colors of #877dad

#877dad

Complementary Color

#877dad #a3ad7d

#877dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#877dad Color CSS Codes

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

#877dad Text Font Color

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

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


#877dad Background Color

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

This div background color is #877dad


#877dad Border Color

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

This div border color is #877dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877dad


Comments

No comments written yet.

Please login to write comment.