Color Hex Logo

#807eda Color Hex

#807EDA
(128,126,218)
0 Favorites   0 Comments

Color spaces of #807eda

RGB 128126218
HSL0.670.550.67
HSV241°42°85°
CMYK 0.410.420.00   0.15
XYZ29.017824.572969.5433
Yxy24.57290.23570.1996
Hunter Lab49.571117.7406-48.4783
CIE-Lab56.656923.4997-46.9673

#807eda color RGB value is (128,126,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 11011010
Octal 200 176 332
Decimal 128 126 218
Hex 80 7E DA

RGB Percentages of Color #807eda

%27.12
%26.69
%46.19

CMYK Percentages of Color #807eda

%41
%42
%0
%15

Triadic Colors of #807eda

#807eda #da807e #7eda80

Analogous Colors of #807eda

#807eda #ae7eda #7eaada

Monochromatic Colors of #807eda

#807eda

Complementary Color

#807eda #d8da7e

#807eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#807eda Color CSS Codes

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

#807eda Text Font Color

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

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


#807eda Background Color

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

This div background color is #807eda


#807eda Border Color

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

This div border color is #807eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,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 #807eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807eda


Comments

No comments written yet.

Please login to write comment.