Color Hex Logo

#809bdc Color Hex

#809BDC
(128,155,220)
0 Favorites   0 Comments

Color spaces of #809bdc

RGB 128155220
HSL0.620.570.68
HSV222°42°86°
CMYK 0.420.300.00   0.14
XYZ33.541733.199272.3504
Yxy33.19920.24110.2387
Hunter Lab57.61873.0777-34.1158
CIE-Lab64.32197.1191-36.0387

#809bdc color RGB value is (128,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 11011100
Octal 200 233 334
Decimal 128 155 220
Hex 80 9B DC

RGB Percentages of Color #809bdc

%25.45
%30.82
%43.74

CMYK Percentages of Color #809bdc

%42
%30
%0
%14

Triadic Colors of #809bdc

#809bdc #dc809b #9bdc80

Analogous Colors of #809bdc

#809bdc #9380dc #80c9dc

Monochromatic Colors of #809bdc

#809bdc

Complementary Color

#809bdc #dcc180

#809bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bdc Color CSS Codes

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

#809bdc Text Font Color

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

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


#809bdc Background Color

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

This div background color is #809bdc


#809bdc Border Color

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

This div border color is #809bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,155,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 #809bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bdc


Comments

No comments written yet.

Please login to write comment.