Color Hex Logo

#876eab Color Hex

#876EAB
(135,110,171)
0 Favorites   0 Comments

Color spaces of #876eab

RGB 135110171
HSL0.730.270.55
HSV265°36°67°
CMYK 0.210.360.00   0.33
XYZ22.918319.243041.0344
Yxy19.24300.27550.2313
Hunter Lab43.866816.4906-24.7549
CIE-Lab50.970322.5433-28.9979

#876eab color RGB value is (135,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101110 10101011
Octal 207 156 253
Decimal 135 110 171
Hex 87 6E AB

RGB Percentages of Color #876eab

%32.45
%26.44
%41.11

CMYK Percentages of Color #876eab

%21
%36
%0
%33

Triadic Colors of #876eab

#876eab #ab876e #6eab87

Analogous Colors of #876eab

#876eab #a66eab #6e74ab

Monochromatic Colors of #876eab

#876eab

Complementary Color

#876eab #92ab6e

#876eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#876eab Color CSS Codes

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

#876eab Text Font Color

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

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


#876eab Background Color

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

This div background color is #876eab


#876eab Border Color

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

This div border color is #876eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876eab


Comments

No comments written yet.

Please login to write comment.