Color Hex Logo

#809ac8 Color Hex

#809AC8
(128,154,200)
0 Favorites   0 Comments

Color spaces of #809ac8

RGB 128154200
HSL0.610.400.64
HSV218°36°78°
CMYK 0.360.230.00   0.22
XYZ30.883031.870559.1675
Yxy31.87050.25330.2614
Hunter Lab56.4540-1.1465-22.6221
CIE-Lab63.23572.2070-26.5933

#809ac8 color RGB value is (128,154,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011010 11001000
Octal 200 232 310
Decimal 128 154 200
Hex 80 9A C8

RGB Percentages of Color #809ac8

%26.56
%31.95
%41.49

CMYK Percentages of Color #809ac8

%36
%23
%0
%22

Triadic Colors of #809ac8

#809ac8 #c8809a #9ac880

Analogous Colors of #809ac8

#809ac8 #8a80c8 #80bec8

Monochromatic Colors of #809ac8

#809ac8

Complementary Color

#809ac8 #c8ae80

#809ac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809ac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809ac8 Color CSS Codes

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

#809ac8 Text Font Color

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

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


#809ac8 Background Color

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

This div background color is #809ac8


#809ac8 Border Color

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

This div border color is #809ac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809ac8


Comments

No comments written yet.

Please login to write comment.