Color Hex Logo

#876ead Color Hex

#876EAD
(135,110,173)
0 Favorites   0 Comments

Color spaces of #876ead

RGB 135110173
HSL0.730.280.55
HSV264°36°68°
CMYK 0.220.360.00   0.32
XYZ23.110419.319942.0462
Yxy19.31990.27360.2287
Hunter Lab43.954416.9317-25.9479
CIE-Lab51.059423.0264-30.0220

#876ead color RGB value is (135,110,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101110 10101101
Octal 207 156 255
Decimal 135 110 173
Hex 87 6E AD

RGB Percentages of Color #876ead

%32.30
%26.32
%41.39

CMYK Percentages of Color #876ead

%22
%36
%0
%32

Triadic Colors of #876ead

#876ead #ad876e #6ead87

Analogous Colors of #876ead

#876ead #a76ead #6e75ad

Monochromatic Colors of #876ead

#876ead

Complementary Color

#876ead #94ad6e

#876ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#876ead Color CSS Codes

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

#876ead Text Font Color

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

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


#876ead Background Color

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

This div background color is #876ead


#876ead Border Color

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

This div border color is #876ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876ead


Comments

No comments written yet.

Please login to write comment.