Color Hex Logo

#809cdd Color Hex

#809CDD
(128,156,221)
0 Favorites   0 Comments

Color spaces of #809cdd

RGB 128156221
HSL0.620.580.68
HSV222°42°87°
CMYK 0.420.290.00   0.13
XYZ33.841733.586673.1058
Yxy33.58660.24080.2390
Hunter Lab57.95392.8141-34.2234
CIE-Lab64.63316.8279-36.1074

#809cdd color RGB value is (128,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011100 11011101
Octal 200 234 335
Decimal 128 156 221
Hex 80 9C DD

RGB Percentages of Color #809cdd

%25.35
%30.89
%43.76

CMYK Percentages of Color #809cdd

%42
%29
%0
%13

Triadic Colors of #809cdd

#809cdd #dd809c #9cdd80

Analogous Colors of #809cdd

#809cdd #9380dd #80cbdd

Monochromatic Colors of #809cdd

#809cdd

Complementary Color

#809cdd #ddc180

#809cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#809cdd Color CSS Codes

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

#809cdd Text Font Color

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

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


#809cdd Background Color

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

This div background color is #809cdd


#809cdd Border Color

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

This div border color is #809cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809cdd


Comments

No comments written yet.

Please login to write comment.