Color Hex Logo

#809eea Color Hex

#809EEA
(128,158,234)
0 Favorites   0 Comments

Color spaces of #809eea

RGB 128158234
HSL0.620.720.71
HSV223°45°92°
CMYK 0.450.320.00   0.08
XYZ35.980234.983482.6980
Yxy34.98340.23420.2277
Hunter Lab59.14685.0784-41.4955
CIE-Lab65.73579.3879-41.5534

#809eea color RGB value is (128,158,234).

#809eea hex color red value is 128, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #809eea hue: 0.62 , saturation: 0.72 and the lightness value of 809eea is 0.71.

The process color (four color CMYK) of #809eea color hex is 0.45, 0.32, 0.00, 0.08. Web safe color of #809eea is #9999ff. Color #809eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 11101010
Octal 200 236 352
Decimal 128 158 234
Hex 80 9E EA

RGB Percentages of Color #809eea

%24.62
%30.38
%45.00

CMYK Percentages of Color #809eea

%45
%32
%0
%8

Triadic Colors of #809eea

#809eea #ea809e #9eea80

Analogous Colors of #809eea

#809eea #9780ea #80d3ea

Monochromatic Colors of #809eea

#809eea

Complementary Color

#809eea #eacc80

#809eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#809eea Color CSS Codes

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

#809eea Text Font Color

<p style="color:#809eea">Text here</p>

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


#809eea Background Color

<div style="background-color:#809eea">
Div content here</div>

This div background color is #809eea


#809eea Border Color

<div style="border:3px solid #809eea">
Div here</div>

This div border color is #809eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,158,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809eea;
  -webkit-box-shadow: 1px 1px 3px 2px #809eea;
  box-shadow:         1px 1px 3px 2px #809eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,158,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809eea


Comments

No comments written yet.

Please login to write comment.