Color Hex Logo

#876dae Color Hex

#876DAE
(135,109,174)
0 Favorites   0 Comments

Color spaces of #876dae

RGB 135109174
HSL0.730.290.55
HSV264°37°68°
CMYK 0.220.370.00   0.32
XYZ23.100319.144242.5221
Yxy19.14420.27250.2258
Hunter Lab43.754117.6708-26.9927
CIE-Lab50.855523.8598-30.9210

#876dae color RGB value is (135,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101101 10101110
Octal 207 155 256
Decimal 135 109 174
Hex 87 6D AE

RGB Percentages of Color #876dae

%32.30
%26.08
%41.63

CMYK Percentages of Color #876dae

%22
%37
%0
%32

Triadic Colors of #876dae

#876dae #ae876d #6dae87

Analogous Colors of #876dae

#876dae #a86dae #6d74ae

Monochromatic Colors of #876dae

#876dae

Complementary Color

#876dae #94ae6d

#876dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#876dae Color CSS Codes

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

#876dae Text Font Color

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

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


#876dae Background Color

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

This div background color is #876dae


#876dae Border Color

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

This div border color is #876dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876dae


Comments

No comments written yet.

Please login to write comment.