Color Hex Logo

#876ecb Color Hex

#876ECB
(135,110,203)
0 Favorites   0 Comments

Color spaces of #876ecb

RGB 135110203
HSL0.710.470.61
HSV256°46°80°
CMYK 0.330.460.00   0.20
XYZ26.347120.614659.0903
Yxy20.61460.24840.1944
Hunter Lab45.403324.1260-45.3809
CIE-Lab52.525130.6461-44.9889

#876ecb color RGB value is (135,110,203).

#876ecb hex color red value is 135, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #876ecb hue: 0.71 , saturation: 0.47 and the lightness value of 876ecb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101110 11001011
Octal 207 156 313
Decimal 135 110 203
Hex 87 6E CB

RGB Percentages of Color #876ecb

%30.13
%24.55
%45.31

CMYK Percentages of Color #876ecb

%33
%46
%0
%20

Triadic Colors of #876ecb

#876ecb #cb876e #6ecb87

Analogous Colors of #876ecb

#876ecb #b66ecb #6e84cb

Monochromatic Colors of #876ecb

#876ecb

Complementary Color

#876ecb #b2cb6e

#876ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#876ecb Color CSS Codes

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

#876ecb Text Font Color

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

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


#876ecb Background Color

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

This div background color is #876ecb


#876ecb Border Color

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

This div border color is #876ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876ecb


Comments

No comments written yet.

Please login to write comment.