Color Hex Logo

#809edc Color Hex

#809EDC
(128,158,220)
0 Favorites   0 Comments

Color spaces of #809edc

RGB 128158220
HSL0.610.570.68
HSV220°42°86°
CMYK 0.420.280.00   0.14
XYZ34.047234.210272.5189
Yxy34.21020.24190.2430
Hunter Lab58.48951.5497-32.5688
CIE-Lab65.12915.4060-34.7824

#809edc color RGB value is (128,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 11011100
Octal 200 236 334
Decimal 128 158 220
Hex 80 9E DC

RGB Percentages of Color #809edc

%25.30
%31.23
%43.48

CMYK Percentages of Color #809edc

%42
%28
%0
%14

Triadic Colors of #809edc

#809edc #dc809e #9edc80

Analogous Colors of #809edc

#809edc #9080dc #80ccdc

Monochromatic Colors of #809edc

#809edc

Complementary Color

#809edc #dcbe80

#809edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#809edc Color CSS Codes

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

#809edc Text Font Color

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

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


#809edc Background Color

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

This div background color is #809edc


#809edc Border Color

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

This div border color is #809edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809edc


Comments

No comments written yet.

Please login to write comment.