Color Hex Logo

#876aaa Color Hex

#876AAA
(135,106,170)
0 Favorites   0 Comments

Color spaces of #876aaa

RGB 135106170
HSL0.740.270.54
HSV267°38°67°
CMYK 0.210.380.00   0.33
XYZ22.401418.361240.3936
Yxy18.36120.27600.2262
Hunter Lab42.850018.3300-25.8962
CIE-Lab49.931324.6643-30.0333

#876aaa color RGB value is (135,106,170).

#876aaa hex color red value is 135, green value is 106 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #876aaa hue: 0.74 , saturation: 0.27 and the lightness value of 876aaa is 0.54.

The process color (four color CMYK) of #876aaa color hex is 0.21, 0.38, 0.00, 0.33. Web safe color of #876aaa is #996699. Color #876aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101010 10101010
Octal 207 152 252
Decimal 135 106 170
Hex 87 6A AA

RGB Percentages of Color #876aaa

%32.85
%25.79
%41.36

CMYK Percentages of Color #876aaa

%21
%38
%0
%33

Triadic Colors of #876aaa

#876aaa #aa876a #6aaa87

Analogous Colors of #876aaa

#876aaa #a76aaa #6a6daa

Monochromatic Colors of #876aaa

#876aaa

Complementary Color

#876aaa #8daa6a

#876aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#876aaa Color CSS Codes

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

#876aaa Text Font Color

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

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


#876aaa Background Color

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

This div background color is #876aaa


#876aaa Border Color

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

This div border color is #876aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876aaa


Comments

No comments written yet.

Please login to write comment.