Color Hex Logo

#5074ea Color Hex

#5074EA
(80,116,234)
0 Favorites   0 Comments

Color spaces of #5074ea

RGB 80116234
HSL0.630.790.62
HSV226°66°92°
CMYK 0.660.500.00   0.08
XYZ24.404920.136880.4424
Yxy20.13680.19530.1611
Hunter Lab44.874018.5482-74.8730
CIE-Lab51.991524.7299-63.5760

#5074ea color RGB value is (80,116,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 11101010
Octal 120 164 352
Decimal 80 116 234
Hex 50 74 EA

RGB Percentages of Color #5074ea

%18.60
%26.98
%54.42

CMYK Percentages of Color #5074ea

%66
%50
%0
%8

Triadic Colors of #5074ea

#5074ea #ea5074 #74ea50

Analogous Colors of #5074ea

#5074ea #7950ea #50c1ea

Monochromatic Colors of #5074ea

#5074ea

Complementary Color

#5074ea #eac650

#5074ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5074ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5074ea Color CSS Codes

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

#5074ea Text Font Color

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

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


#5074ea Background Color

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

This div background color is #5074ea


#5074ea Border Color

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

This div border color is #5074ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5074ea


Comments

No comments written yet.

Please login to write comment.