Color Hex Logo

#877eda Color Hex

#877EDA
(135,126,218)
0 Favorites   0 Comments

Color spaces of #877eda

RGB 135126218
HSL0.680.550.67
HSV246°42°85°
CMYK 0.380.420.00   0.15
XYZ30.107425.134669.5943
Yxy25.13460.24120.2013
Hunter Lab50.134419.4600-47.2096
CIE-Lab57.206325.2937-46.0621

#877eda color RGB value is (135,126,218).

#877eda hex color red value is 135, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #877eda hue: 0.68 , saturation: 0.55 and the lightness value of 877eda is 0.67.

The process color (four color CMYK) of #877eda color hex is 0.38, 0.42, 0.00, 0.15. Web safe color of #877eda is #9966cc. Color #877eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111110 11011010
Octal 207 176 332
Decimal 135 126 218
Hex 87 7E DA

RGB Percentages of Color #877eda

%28.18
%26.30
%45.51

CMYK Percentages of Color #877eda

%38
%42
%0
%15

Triadic Colors of #877eda

#877eda #da877e #7eda87

Analogous Colors of #877eda

#877eda #b57eda #7ea3da

Monochromatic Colors of #877eda

#877eda

Complementary Color

#877eda #d1da7e

#877eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#877eda Color CSS Codes

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

#877eda Text Font Color

<p style="color:#877eda">Text here</p>

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


#877eda Background Color

<div style="background-color:#877eda">
Div content here</div>

This div background color is #877eda


#877eda Border Color

<div style="border:3px solid #877eda">
Div here</div>

This div border color is #877eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,126,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #877eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #877eda;
  -webkit-box-shadow: 1px 1px 3px 2px #877eda;
  box-shadow:         1px 1px 3px 2px #877eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877eda


Comments

No comments written yet.

Please login to write comment.