Color Hex Logo

#809fed Color Hex

#809FED
(128,159,237)
0 Favorites   0 Comments

Color spaces of #809fed

RGB 128159237
HSL0.620.750.72
HSV223°46°93°
CMYK 0.460.330.00   0.07
XYZ36.586335.499985.0446
Yxy35.49990.23280.2259
Hunter Lab59.58185.3401-42.9209
CIE-Lab66.13609.6822-42.5731

#809fed color RGB value is (128,159,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011111 11101101
Octal 200 237 355
Decimal 128 159 237
Hex 80 9F ED

RGB Percentages of Color #809fed

%24.43
%30.34
%45.23

CMYK Percentages of Color #809fed

%46
%33
%0
%7

Triadic Colors of #809fed

#809fed #ed809f #9fed80

Analogous Colors of #809fed

#809fed #9880ed #80d6ed

Monochromatic Colors of #809fed

#809fed

Complementary Color

#809fed #edce80

#809fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#809fed Color CSS Codes

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

#809fed Text Font Color

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

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


#809fed Background Color

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

This div background color is #809fed


#809fed Border Color

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

This div border color is #809fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809fed


Comments

No comments written yet.

Please login to write comment.