Color Hex Logo

#876dad Color Hex

#876DAD
(135,109,173)
0 Favorites   0 Comments

Color spaces of #876dad

RGB 135109173
HSL0.730.280.55
HSV264°37°68°
CMYK 0.220.370.00   0.32
XYZ23.003119.105342.0105
Yxy19.10530.27350.2271
Hunter Lab43.709617.4476-26.3885
CIE-Lab50.810223.6169-30.4104

#876dad color RGB value is (135,109,173).

#876dad hex color red value is 135, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #876dad hue: 0.73 , saturation: 0.28 and the lightness value of 876dad is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101101 10101101
Octal 207 155 255
Decimal 135 109 173
Hex 87 6D AD

RGB Percentages of Color #876dad

%32.37
%26.14
%41.49

CMYK Percentages of Color #876dad

%22
%37
%0
%32

Triadic Colors of #876dad

#876dad #ad876d #6dad87

Analogous Colors of #876dad

#876dad #a76dad #6d73ad

Monochromatic Colors of #876dad

#876dad

Complementary Color

#876dad #93ad6d

#876dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#876dad Color CSS Codes

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

#876dad Text Font Color

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

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


#876dad Background Color

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

This div background color is #876dad


#876dad Border Color

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

This div border color is #876dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,109,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 #876dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876dad


Comments

No comments written yet.

Please login to write comment.