Color Hex Logo

#809ecd Color Hex

#809ECD
(128,158,205)
0 Favorites   0 Comments

Color spaces of #809ecd

RGB 128158205
HSL0.600.440.65
HSV217°38°80°
CMYK 0.380.230.00   0.20
XYZ32.148433.450762.5198
Yxy33.45070.25090.2611
Hunter Lab57.8366-1.9950-23.6053
CIE-Lab64.52421.2853-27.3976

#809ecd color RGB value is (128,158,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 11001101
Octal 200 236 315
Decimal 128 158 205
Hex 80 9E CD

RGB Percentages of Color #809ecd

%26.07
%32.18
%41.75

CMYK Percentages of Color #809ecd

%38
%23
%0
%20

Triadic Colors of #809ecd

#809ecd #cd809e #9ecd80

Analogous Colors of #809ecd

#809ecd #8980cd #80c5cd

Monochromatic Colors of #809ecd

#809ecd

Complementary Color

#809ecd #cdaf80

#809ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#809ecd Color CSS Codes

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

#809ecd Text Font Color

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

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


#809ecd Background Color

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

This div background color is #809ecd


#809ecd Border Color

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

This div border color is #809ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809ecd


Comments

No comments written yet.

Please login to write comment.