Color Hex Logo

#5079ea Color Hex

#5079EA
(80,121,234)
0 Favorites   0 Comments

Color spaces of #5079ea

RGB 80121234
HSL0.620.790.62
HSV224°66°92°
CMYK 0.660.480.00   0.08
XYZ24.996921.320780.6397
Yxy21.32070.19690.1679
Hunter Lab46.174315.8275-71.2231
CIE-Lab53.298721.6446-61.4699

#5079ea color RGB value is (80,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111001 11101010
Octal 120 171 352
Decimal 80 121 234
Hex 50 79 EA

RGB Percentages of Color #5079ea

%18.39
%27.82
%53.79

CMYK Percentages of Color #5079ea

%66
%48
%0
%8

Triadic Colors of #5079ea

#5079ea #ea5079 #79ea50

Analogous Colors of #5079ea

#5079ea #7450ea #50c6ea

Monochromatic Colors of #5079ea

#5079ea

Complementary Color

#5079ea #eac150

#5079ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5079ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5079ea Color CSS Codes

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

#5079ea Text Font Color

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

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


#5079ea Background Color

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

This div background color is #5079ea


#5079ea Border Color

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

This div border color is #5079ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,121,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 #5079ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5079ea


Comments

No comments written yet.

Please login to write comment.