Color Hex Logo

#809ccd Color Hex

#809CCD
(128,156,205)
0 Favorites   0 Comments

Color spaces of #809ccd

RGB 128156205
HSL0.610.440.65
HSV218°38°80°
CMYK 0.380.240.00   0.20
XYZ31.810032.773962.4070
Yxy32.77390.25050.2581
Hunter Lab57.2485-1.0017-24.5585
CIE-Lab63.97742.4154-28.2403

#809ccd color RGB value is (128,156,205).

#809ccd hex color red value is 128, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #809ccd hue: 0.61 , saturation: 0.44 and the lightness value of 809ccd is 0.65.

The process color (four color CMYK) of #809ccd color hex is 0.38, 0.24, 0.00, 0.20. Web safe color of #809ccd is #9999cc. Color #809ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011100 11001101
Octal 200 234 315
Decimal 128 156 205
Hex 80 9C CD

RGB Percentages of Color #809ccd

%26.18
%31.90
%41.92

CMYK Percentages of Color #809ccd

%38
%24
%0
%20

Triadic Colors of #809ccd

#809ccd #cd809c #9ccd80

Analogous Colors of #809ccd

#809ccd #8b80cd #80c3cd

Monochromatic Colors of #809ccd

#809ccd

Complementary Color

#809ccd #cdb180

#809ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#809ccd Color CSS Codes

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

#809ccd Text Font Color

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

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


#809ccd Background Color

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

This div background color is #809ccd


#809ccd Border Color

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

This div border color is #809ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809ccd


Comments

No comments written yet.

Please login to write comment.