Color Hex Logo

#809daf Color Hex

#809DAF
(128,157,175)
0 Favorites   0 Comments

Color spaces of #809daf

RGB 128157175
HSL0.560.230.59
HSV203°27°69°
CMYK 0.270.100.00   0.31
XYZ28.696931.798345.1826
Yxy31.79830.27160.3009
Hunter Lab56.3900-7.8437-8.0333
CIE-Lab63.1758-5.8449-12.6664

#809daf color RGB value is (128,157,175).

#809daf hex color red value is 128, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #809daf hue: 0.56 , saturation: 0.23 and the lightness value of 809daf is 0.59.

The process color (four color CMYK) of #809daf color hex is 0.27, 0.10, 0.00, 0.31. Web safe color of #809daf is #999999. Color #809daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011101 10101111
Octal 200 235 257
Decimal 128 157 175
Hex 80 9D AF

RGB Percentages of Color #809daf

%27.83
%34.13
%38.04

CMYK Percentages of Color #809daf

%27
%10
%0
%31

Triadic Colors of #809daf

#809daf #af809d #9daf80

Analogous Colors of #809daf

#809daf #8086af #80afaa

Monochromatic Colors of #809daf

#809daf

Complementary Color

#809daf #af9280

#809daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#809daf Color CSS Codes

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

#809daf Text Font Color

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

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


#809daf Background Color

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

This div background color is #809daf


#809daf Border Color

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

This div border color is #809daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809daf


Comments

No comments written yet.

Please login to write comment.