Color Hex Logo

#809eed Color Hex

#809EED
(128,158,237)
0 Favorites   0 Comments

Color spaces of #809eed

RGB 128158237
HSL0.620.750.72
HSV223°46°93°
CMYK 0.460.330.00   0.07
XYZ36.415035.157384.9875
Yxy35.15730.23260.2246
Hunter Lab59.29365.8615-43.4768
CIE-Lab65.870910.2562-42.9889

#809eed color RGB value is (128,158,237).

#809eed hex color red value is 128, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #809eed hue: 0.62 , saturation: 0.75 and the lightness value of 809eed is 0.72.

The process color (four color CMYK) of #809eed color hex is 0.46, 0.33, 0.00, 0.07. Web safe color of #809eed is #9999ff. Color #809eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 11101101
Octal 200 236 355
Decimal 128 158 237
Hex 80 9E ED

RGB Percentages of Color #809eed

%24.47
%30.21
%45.32

CMYK Percentages of Color #809eed

%46
%33
%0
%7

Triadic Colors of #809eed

#809eed #ed809e #9eed80

Analogous Colors of #809eed

#809eed #9980ed #80d5ed

Monochromatic Colors of #809eed

#809eed

Complementary Color

#809eed #edcf80

#809eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#809eed Color CSS Codes

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

#809eed Text Font Color

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

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


#809eed Background Color

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

This div background color is #809eed


#809eed Border Color

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

This div border color is #809eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809eed


Comments

No comments written yet.

Please login to write comment.