Color Hex Logo

#5080ee Color Hex

#5080EE
(80,128,238)
0 Favorites   0 Comments

Color spaces of #5080ee

RGB 80128238
HSL0.620.820.62
HSV222°66°93°
CMYK 0.660.460.00   0.07
XYZ26.460123.316983.9949
Yxy23.31690.19780.1743
Hunter Lab48.287613.3092-69.3320
CIE-Lab55.397318.7315-60.3273

#5080ee color RGB value is (80,128,238).

#5080ee hex color red value is 80, green value is 128 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5080ee hue: 0.62 , saturation: 0.82 and the lightness value of 5080ee is 0.62.

The process color (four color CMYK) of #5080ee color hex is 0.66, 0.46, 0.00, 0.07. Web safe color of #5080ee is #6699ff. Color #5080ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 11101110
Octal 120 200 356
Decimal 80 128 238
Hex 50 80 EE

RGB Percentages of Color #5080ee

%17.94
%28.70
%53.36

CMYK Percentages of Color #5080ee

%66
%46
%0
%7

Triadic Colors of #5080ee

#5080ee #ee5080 #80ee50

Analogous Colors of #5080ee

#5080ee #6f50ee #50cfee

Monochromatic Colors of #5080ee

#5080ee

Complementary Color

#5080ee #eebe50

#5080ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5080ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5080ee Color CSS Codes

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

#5080ee Text Font Color

<p style="color:#5080ee">Text here</p>

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


#5080ee Background Color

<div style="background-color:#5080ee">
Div content here</div>

This div background color is #5080ee


#5080ee Border Color

<div style="border:3px solid #5080ee">
Div here</div>

This div border color is #5080ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,128,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5080ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5080ee;
  -webkit-box-shadow: 1px 1px 3px 2px #5080ee;
  box-shadow:         1px 1px 3px 2px #5080ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5080ee


Comments

No comments written yet.

Please login to write comment.