Color Hex Logo

#809ac9 Color Hex

#809AC9
(128,154,201)
0 Favorites   0 Comments

Color spaces of #809ac9

RGB 128154201
HSL0.610.400.65
HSV219°36°79°
CMYK 0.360.230.00   0.21
XYZ31.000331.917459.7851
Yxy31.91740.25260.2601
Hunter Lab56.4955-0.9203-23.1955
CIE-Lab63.27462.4742-27.0922

#809ac9 color RGB value is (128,154,201).

#809ac9 hex color red value is 128, green value is 154 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #809ac9 hue: 0.61 , saturation: 0.40 and the lightness value of 809ac9 is 0.65.

The process color (four color CMYK) of #809ac9 color hex is 0.36, 0.23, 0.00, 0.21. Web safe color of #809ac9 is #9999cc. Color #809ac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011010 11001001
Octal 200 232 311
Decimal 128 154 201
Hex 80 9A C9

RGB Percentages of Color #809ac9

%26.50
%31.88
%41.61

CMYK Percentages of Color #809ac9

%36
%23
%0
%21

Triadic Colors of #809ac9

#809ac9 #c9809a #9ac980

Analogous Colors of #809ac9

#809ac9 #8b80c9 #80bfc9

Monochromatic Colors of #809ac9

#809ac9

Complementary Color

#809ac9 #c9af80

#809ac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809ac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809ac9 Color CSS Codes

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

#809ac9 Text Font Color

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

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


#809ac9 Background Color

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

This div background color is #809ac9


#809ac9 Border Color

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

This div border color is #809ac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809ac9


Comments

No comments written yet.

Please login to write comment.