Color Hex Logo

#876ebe Color Hex

#876EBE
(135,110,190)
0 Favorites   0 Comments

Color spaces of #876ebe

RGB 135110190
HSL0.720.380.59
HSV259°42°75°
CMYK 0.290.420.00   0.25
XYZ24.861920.020551.2692
Yxy20.02050.25860.2082
Hunter Lab44.744320.8800-36.6151
CIE-Lab51.860427.2666-38.5943

#876ebe color RGB value is (135,110,190).

#876ebe hex color red value is 135, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #876ebe hue: 0.72 , saturation: 0.38 and the lightness value of 876ebe is 0.59.

The process color (four color CMYK) of #876ebe color hex is 0.29, 0.42, 0.00, 0.25. Web safe color of #876ebe is #9966cc. Color #876ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101110 10111110
Octal 207 156 276
Decimal 135 110 190
Hex 87 6E BE

RGB Percentages of Color #876ebe

%31.03
%25.29
%43.68

CMYK Percentages of Color #876ebe

%29
%42
%0
%25

Triadic Colors of #876ebe

#876ebe #be876e #6ebe87

Analogous Colors of #876ebe

#876ebe #af6ebe #6e7dbe

Monochromatic Colors of #876ebe

#876ebe

Complementary Color

#876ebe #a5be6e

#876ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#876ebe Color CSS Codes

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

#876ebe Text Font Color

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

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


#876ebe Background Color

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

This div background color is #876ebe


#876ebe Border Color

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

This div border color is #876ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876ebe


Comments

No comments written yet.

Please login to write comment.