Color Hex Logo

#050eef Color Hex

#050EEF
(5,14,239)
0 Favorites   0 Comments

Color spaces of #050eef

RGB 514239
HSL0.660.960.48
HSV238°98°94°
CMYK 0.980.940.00   0.06
XYZ15.79966.578382.0984
Yxy6.57830.15120.0630
Hunter Lab25.648265.0738-171.8301
CIE-Lab30.827073.0794-101.2989

#050eef color RGB value is (5,14,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001110 11101111
Octal 5 16 357
Decimal 5 14 239
Hex 5 E EF

RGB Percentages of Color #050eef

%1.94
%5.43
%92.64

CMYK Percentages of Color #050eef

%98
%94
%0
%6

Triadic Colors of #050eef

#050eef #ef050e #0eef05

Analogous Colors of #050eef

#050eef #7105ef #0583ef

Monochromatic Colors of #050eef

#050eef

Complementary Color

#050eef #efe605

#050eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#050eef Color CSS Codes

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

#050eef Text Font Color

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

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


#050eef Background Color

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

This div background color is #050eef


#050eef Border Color

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

This div border color is #050eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,14,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050eef


Comments

No comments written yet.

Please login to write comment.