Color Hex Logo

#809fda Color Hex

#809FDA
(128,159,218)
0 Favorites   0 Comments

Color spaces of #809fda

RGB 128159218
HSL0.610.550.68
HSV219°41°85°
CMYK 0.410.270.00   0.15
XYZ33.955134.447471.1891
Yxy34.44740.24320.2468
Hunter Lab58.69190.5570-30.8302
CIE-Lab65.31614.2791-33.3857

#809fda color RGB value is (128,159,218).

#809fda hex color red value is 128, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #809fda hue: 0.61 , saturation: 0.55 and the lightness value of 809fda is 0.68.

The process color (four color CMYK) of #809fda color hex is 0.41, 0.27, 0.00, 0.15. Web safe color of #809fda is #9999cc. Color #809fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011111 11011010
Octal 200 237 332
Decimal 128 159 218
Hex 80 9F DA

RGB Percentages of Color #809fda

%25.35
%31.49
%43.17

CMYK Percentages of Color #809fda

%41
%27
%0
%15

Triadic Colors of #809fda

#809fda #da809f #9fda80

Analogous Colors of #809fda

#809fda #8e80da #80ccda

Monochromatic Colors of #809fda

#809fda

Complementary Color

#809fda #dabb80

#809fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#809fda Color CSS Codes

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

#809fda Text Font Color

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

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


#809fda Background Color

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

This div background color is #809fda


#809fda Border Color

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

This div border color is #809fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809fda


Comments

No comments written yet.

Please login to write comment.