Color Hex Logo

#050edb Color Hex

#050EDB
(5,14,219)
0 Favorites   0 Comments

Color spaces of #050edb

RGB 514219
HSL0.660.960.44
HSV237°98°86°
CMYK 0.980.940.00   0.14
XYZ13.00585.460867.3864
Yxy5.46080.15150.0636
Hunter Lab23.368458.4506-154.6144
CIE-Lab28.009267.9588-94.5605

#050edb color RGB value is (5,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001110 11011011
Octal 5 16 333
Decimal 5 14 219
Hex 5 E DB

RGB Percentages of Color #050edb

%2.10
%5.88
%92.02

CMYK Percentages of Color #050edb

%98
%94
%0
%14

Triadic Colors of #050edb

#050edb #db050e #0edb05

Analogous Colors of #050edb

#050edb #6705db #0579db

Monochromatic Colors of #050edb

#050edb

Complementary Color

#050edb #dbd205

#050edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#050edb Color CSS Codes

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

#050edb Text Font Color

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

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


#050edb Background Color

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

This div background color is #050edb


#050edb Border Color

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

This div border color is #050edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050edb


Comments

No comments written yet.

Please login to write comment.