Color Hex Logo

#050ed9 Color Hex

#050ED9
(5,14,217)
0 Favorites   0 Comments

Color spaces of #050ed9

RGB 514217
HSL0.660.950.44
HSV237°98°85°
CMYK 0.980.940.00   0.15
XYZ12.74405.356166.0078
Yxy5.35610.15150.0637
Hunter Lab23.143257.7916-152.9031
CIE-Lab27.726167.4384-93.8782

#050ed9 color RGB value is (5,14,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001110 11011001
Octal 5 16 331
Decimal 5 14 217
Hex 5 E D9

RGB Percentages of Color #050ed9

%2.12
%5.93
%91.95

CMYK Percentages of Color #050ed9

%98
%94
%0
%15

Triadic Colors of #050ed9

#050ed9 #d9050e #0ed905

Analogous Colors of #050ed9

#050ed9 #6605d9 #0578d9

Monochromatic Colors of #050ed9

#050ed9

Complementary Color

#050ed9 #d9d005

#050ed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050ed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050ed9 Color CSS Codes

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

#050ed9 Text Font Color

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

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


#050ed9 Background Color

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

This div background color is #050ed9


#050ed9 Border Color

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

This div border color is #050ed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050ed9


Comments

No comments written yet.

Please login to write comment.