Color Hex Logo

#876ea1 Color Hex

#876EA1
(135,110,161)
0 Favorites   0 Comments

Color spaces of #876ea1

RGB 135110161
HSL0.750.210.53
HSV269°32°63°
CMYK 0.160.320.00   0.37
XYZ22.000618.876036.2021
Yxy18.87600.28540.2449
Hunter Lab43.446514.3580-18.9912
CIE-Lab50.541820.1797-23.8274

#876ea1 color RGB value is (135,110,161).

#876ea1 hex color red value is 135, green value is 110 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #876ea1 hue: 0.75 , saturation: 0.21 and the lightness value of 876ea1 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101110 10100001
Octal 207 156 241
Decimal 135 110 161
Hex 87 6E A1

RGB Percentages of Color #876ea1

%33.25
%27.09
%39.66

CMYK Percentages of Color #876ea1

%16
%32
%0
%37

Triadic Colors of #876ea1

#876ea1 #a1876e #6ea187

Analogous Colors of #876ea1

#876ea1 #a16ea1 #6e6fa1

Monochromatic Colors of #876ea1

#876ea1

Complementary Color

#876ea1 #88a16e

#876ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876ea1 Color CSS Codes

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

#876ea1 Text Font Color

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

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


#876ea1 Background Color

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

This div background color is #876ea1


#876ea1 Border Color

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

This div border color is #876ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876ea1


Comments

No comments written yet.

Please login to write comment.