Color Hex Logo

#809add Color Hex

#809ADD
(128,154,221)
0 Favorites   0 Comments

Color spaces of #809add

RGB 128154221
HSL0.620.580.68
HSV223°42°87°
CMYK 0.420.300.00   0.13
XYZ33.508832.920972.9949
Yxy32.92090.24030.2361
Hunter Lab57.37673.8372-35.2652
CIE-Lab64.09687.9737-36.9435

#809add color RGB value is (128,154,221).

#809add hex color red value is 128, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #809add hue: 0.62 , saturation: 0.58 and the lightness value of 809add is 0.68.

The process color (four color CMYK) of #809add color hex is 0.42, 0.30, 0.00, 0.13. Web safe color of #809add is #9999cc. Color #809add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011010 11011101
Octal 200 232 335
Decimal 128 154 221
Hex 80 9A DD

RGB Percentages of Color #809add

%25.45
%30.62
%43.94

CMYK Percentages of Color #809add

%42
%30
%0
%13

Triadic Colors of #809add

#809add #dd809a #9add80

Analogous Colors of #809add

#809add #9580dd #80c9dd

Monochromatic Colors of #809add

#809add

Complementary Color

#809add #ddc380

#809add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809add Color Preview on White Background

Lorem ipsum dolor sit amet.

#809add Color CSS Codes

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

#809add Text Font Color

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

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


#809add Background Color

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

This div background color is #809add


#809add Border Color

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

This div border color is #809add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809add


Comments

No comments written yet.

Please login to write comment.