Color Hex Logo

#876dab Color Hex

#876DAB
(135,109,171)
0 Favorites   0 Comments

Color spaces of #876dab

RGB 135109171
HSL0.740.270.55
HSV265°36°67°
CMYK 0.210.360.00   0.33
XYZ22.811019.028440.9987
Yxy19.02840.27540.2297
Hunter Lab43.621617.0052-25.1900
CIE-Lab50.720423.1340-29.3868

#876dab color RGB value is (135,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101101 10101011
Octal 207 155 253
Decimal 135 109 171
Hex 87 6D AB

RGB Percentages of Color #876dab

%32.53
%26.27
%41.20

CMYK Percentages of Color #876dab

%21
%36
%0
%33

Triadic Colors of #876dab

#876dab #ab876d #6dab87

Analogous Colors of #876dab

#876dab #a66dab #6d72ab

Monochromatic Colors of #876dab

#876dab

Complementary Color

#876dab #91ab6d

#876dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#876dab Color CSS Codes

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

#876dab Text Font Color

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

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


#876dab Background Color

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

This div background color is #876dab


#876dab Border Color

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

This div border color is #876dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876dab


Comments

No comments written yet.

Please login to write comment.