Color Hex Logo

#050eea Color Hex

#050EEA
(5,14,234)
0 Favorites   0 Comments

Color spaces of #050eea

RGB 514234
HSL0.660.960.47
HSV238°98°92°
CMYK 0.980.940.00   0.08
XYZ15.07096.286978.2611
Yxy6.28690.15130.0631
Hunter Lab25.073763.4110-167.5070
CIE-Lab30.125071.8116-99.6275

#050eea color RGB value is (5,14,234).

#050eea hex color red value is 5, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #050eea hue: 0.66 , saturation: 0.96 and the lightness value of 050eea is 0.47.

The process color (four color CMYK) of #050eea color hex is 0.98, 0.94, 0.00, 0.08. Web safe color of #050eea is #0000ff. Color #050eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001110 11101010
Octal 5 16 352
Decimal 5 14 234
Hex 5 E EA

RGB Percentages of Color #050eea

%1.98
%5.53
%92.49

CMYK Percentages of Color #050eea

%98
%94
%0
%8

Triadic Colors of #050eea

#050eea #ea050e #0eea05

Analogous Colors of #050eea

#050eea #6f05ea #0581ea

Monochromatic Colors of #050eea

#050eea

Complementary Color

#050eea #eae105

#050eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#050eea Color CSS Codes

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

#050eea Text Font Color

<p style="color:#050eea">Text here</p>

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


#050eea Background Color

<div style="background-color:#050eea">
Div content here</div>

This div background color is #050eea


#050eea Border Color

<div style="border:3px solid #050eea">
Div here</div>

This div border color is #050eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,14,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #050eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #050eea;
  -webkit-box-shadow: 1px 1px 3px 2px #050eea;
  box-shadow:         1px 1px 3px 2px #050eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,14,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 #050eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050eea


Comments

No comments written yet.

Please login to write comment.