Color Hex Logo

#876acd Color Hex

#876ACD
(135,106,205)
0 Favorites   0 Comments

Color spaces of #876acd

RGB 135106205
HSL0.720.500.61
HSV258°48°80°
CMYK 0.340.480.00   0.20
XYZ26.165219.866760.2132
Yxy19.86670.24630.1870
Hunter Lab44.572126.7839-48.8954
CIE-Lab51.686233.5102-47.4622

#876acd color RGB value is (135,106,205).

#876acd hex color red value is 135, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #876acd hue: 0.72 , saturation: 0.50 and the lightness value of 876acd is 0.61.

The process color (four color CMYK) of #876acd color hex is 0.34, 0.48, 0.00, 0.20. Web safe color of #876acd is #9966cc. Color #876acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101010 11001101
Octal 207 152 315
Decimal 135 106 205
Hex 87 6A CD

RGB Percentages of Color #876acd

%30.27
%23.77
%45.96

CMYK Percentages of Color #876acd

%34
%48
%0
%20

Triadic Colors of #876acd

#876acd #cd876a #6acd87

Analogous Colors of #876acd

#876acd #b96acd #6a7fcd

Monochromatic Colors of #876acd

#876acd

Complementary Color

#876acd #b0cd6a

#876acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#876acd Color CSS Codes

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

#876acd Text Font Color

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

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


#876acd Background Color

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

This div background color is #876acd


#876acd Border Color

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

This div border color is #876acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876acd


Comments

No comments written yet.

Please login to write comment.