Color Hex Logo

#5080ea Color Hex

#5080EA
(80,128,234)
0 Favorites   0 Comments

Color spaces of #5080ea

RGB 80128234
HSL0.610.790.62
HSV221°66°92°
CMYK 0.660.450.00   0.08
XYZ25.878723.084380.9337
Yxy23.08430.19920.1777
Hunter Lab48.046112.0633-66.2417
CIE-Lab55.159117.3493-58.4820

#5080ea color RGB value is (80,128,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 11101010
Octal 120 200 352
Decimal 80 128 234
Hex 50 80 EA

RGB Percentages of Color #5080ea

%18.10
%28.96
%52.94

CMYK Percentages of Color #5080ea

%66
%45
%0
%8

Triadic Colors of #5080ea

#5080ea #ea5080 #80ea50

Analogous Colors of #5080ea

#5080ea #6d50ea #50cdea

Monochromatic Colors of #5080ea

#5080ea

Complementary Color

#5080ea #eaba50

#5080ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5080ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5080ea Color CSS Codes

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

#5080ea Text Font Color

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

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


#5080ea Background Color

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

This div background color is #5080ea


#5080ea Border Color

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

This div border color is #5080ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5080ea


Comments

No comments written yet.

Please login to write comment.