Color Hex Logo

#5e80df Color Hex

#5E80DF
(94,128,223)
0 Favorites   0 Comments

Color spaces of #5e80df

RGB 94128223
HSL0.620.670.62
HSV224°58°87°
CMYK 0.580.430.00   0.13
XYZ25.654523.145772.9275
Yxy23.14570.21080.1901
Hunter Lab48.110010.9921-56.1977
CIE-Lab55.222116.1390-52.1908

#5e80df color RGB value is (94,128,223).

#5e80df hex color red value is 94, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5e80df hue: 0.62 , saturation: 0.67 and the lightness value of 5e80df is 0.62.

The process color (four color CMYK) of #5e80df color hex is 0.58, 0.43, 0.00, 0.13. Web safe color of #5e80df is #6699cc. Color #5e80df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10000000 11011111
Octal 136 200 337
Decimal 94 128 223
Hex 5E 80 DF

RGB Percentages of Color #5e80df

%21.12
%28.76
%50.11

CMYK Percentages of Color #5e80df

%58
%43
%0
%13

Triadic Colors of #5e80df

#5e80df #df5e80 #80df5e

Analogous Colors of #5e80df

#5e80df #7d5edf #5ec1df

Monochromatic Colors of #5e80df

#5e80df

Complementary Color

#5e80df #dfbd5e

#5e80df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e80df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e80df Color CSS Codes

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

#5e80df Text Font Color

<p style="color:#5e80df">Text here</p>

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


#5e80df Background Color

<div style="background-color:#5e80df">
Div content here</div>

This div background color is #5e80df


#5e80df Border Color

<div style="border:3px solid #5e80df">
Div here</div>

This div border color is #5e80df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,128,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e80df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e80df;
  -webkit-box-shadow: 1px 1px 3px 2px #5e80df;
  box-shadow:         1px 1px 3px 2px #5e80df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e80df


Comments

No comments written yet.

Please login to write comment.