Color Hex Logo

#876eee Color Hex

#876EEE
(135,110,238)
0 Favorites   0 Comments

Color spaces of #876eee

RGB 135110238
HSL0.700.790.68
HSV252°54°93°
CMYK 0.430.540.00   0.07
XYZ31.000222.475883.5933
Yxy22.47580.22620.1640
Hunter Lab47.408633.7548-71.3570
CIE-Lab54.528240.1735-61.5328

#876eee color RGB value is (135,110,238).

#876eee hex color red value is 135, green value is 110 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #876eee hue: 0.70 , saturation: 0.79 and the lightness value of 876eee is 0.68.

The process color (four color CMYK) of #876eee color hex is 0.43, 0.54, 0.00, 0.07. Web safe color of #876eee is #9966ff. Color #876eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101110 11101110
Octal 207 156 356
Decimal 135 110 238
Hex 87 6E EE

RGB Percentages of Color #876eee

%27.95
%22.77
%49.28

CMYK Percentages of Color #876eee

%43
%54
%0
%7

Triadic Colors of #876eee

#876eee #ee876e #6eee87

Analogous Colors of #876eee

#876eee #c76eee #6e95ee

Monochromatic Colors of #876eee

#876eee

Complementary Color

#876eee #d5ee6e

#876eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#876eee Color CSS Codes

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

#876eee Text Font Color

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

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


#876eee Background Color

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

This div background color is #876eee


#876eee Border Color

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

This div border color is #876eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876eee


Comments

No comments written yet.

Please login to write comment.