Color Hex Logo

#876cae Color Hex

#876CAE
(135,108,174)
0 Favorites   0 Comments

Color spaces of #876cae

RGB 135108174
HSL0.730.290.55
HSV265°38°68°
CMYK 0.220.380.00   0.32
XYZ22.994218.932042.4867
Yxy18.93200.27240.2243
Hunter Lab43.510918.1877-27.4367
CIE-Lab50.607624.4501-31.3079

#876cae color RGB value is (135,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101100 10101110
Octal 207 154 256
Decimal 135 108 174
Hex 87 6C AE

RGB Percentages of Color #876cae

%32.37
%25.90
%41.73

CMYK Percentages of Color #876cae

%22
%38
%0
%32

Triadic Colors of #876cae

#876cae #ae876c #6cae87

Analogous Colors of #876cae

#876cae #a86cae #6c72ae

Monochromatic Colors of #876cae

#876cae

Complementary Color

#876cae #93ae6c

#876cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#876cae Color CSS Codes

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

#876cae Text Font Color

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

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


#876cae Background Color

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

This div background color is #876cae


#876cae Border Color

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

This div border color is #876cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876cae


Comments

No comments written yet.

Please login to write comment.