Color Hex Logo

#809ddc Color Hex

#809DDC
(128,157,220)
0 Favorites   0 Comments

Color spaces of #809ddc

RGB 128157220
HSL0.610.570.68
HSV221°42°86°
CMYK 0.420.290.00   0.14
XYZ33.877333.870472.4623
Yxy33.87040.24160.2416
Hunter Lab58.19832.0581-33.0828
CIE-Lab64.85965.9760-35.2016

#809ddc color RGB value is (128,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011101 11011100
Octal 200 235 334
Decimal 128 157 220
Hex 80 9D DC

RGB Percentages of Color #809ddc

%25.35
%31.09
%43.56

CMYK Percentages of Color #809ddc

%42
%29
%0
%14

Triadic Colors of #809ddc

#809ddc #dc809d #9ddc80

Analogous Colors of #809ddc

#809ddc #9180dc #80cbdc

Monochromatic Colors of #809ddc

#809ddc

Complementary Color

#809ddc #dcbf80

#809ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#809ddc Color CSS Codes

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

#809ddc Text Font Color

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

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


#809ddc Background Color

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

This div background color is #809ddc


#809ddc Border Color

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

This div border color is #809ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809ddc


Comments

No comments written yet.

Please login to write comment.