Color Hex Logo

#809aea Color Hex

#809AEA
(128,154,234)
0 Favorites   0 Comments

Color spaces of #809aea

RGB 128154234
HSL0.630.720.71
HSV225°45°92°
CMYK 0.450.340.00   0.08
XYZ35.309033.640982.4743
Yxy33.64090.23320.2222
Hunter Lab58.00087.1637-43.7070
CIE-Lab64.676511.6902-43.2149

#809aea color RGB value is (128,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011010 11101010
Octal 200 232 352
Decimal 128 154 234
Hex 80 9A EA

RGB Percentages of Color #809aea

%24.81
%29.84
%45.35

CMYK Percentages of Color #809aea

%45
%34
%0
%8

Triadic Colors of #809aea

#809aea #ea809a #9aea80

Analogous Colors of #809aea

#809aea #9b80ea #80cfea

Monochromatic Colors of #809aea

#809aea

Complementary Color

#809aea #ead080

#809aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#809aea Color CSS Codes

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

#809aea Text Font Color

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

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


#809aea Background Color

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

This div background color is #809aea


#809aea Border Color

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

This div border color is #809aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809aea


Comments

No comments written yet.

Please login to write comment.