Color Hex Logo

#050fdf Color Hex

#050FDF
(5,15,223)
0 Favorites   0 Comments

Color spaces of #050fdf

RGB 515223
HSL0.660.960.45
HSV237°98°87°
CMYK 0.980.930.00   0.13
XYZ13.55275.701670.1983
Yxy5.70160.15150.0637
Hunter Lab23.878059.5266-157.5903
CIE-Lab28.646868.7726-95.7996

#050fdf color RGB value is (5,15,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001111 11011111
Octal 5 17 337
Decimal 5 15 223
Hex 5 F DF

RGB Percentages of Color #050fdf

%2.06
%6.17
%91.77

CMYK Percentages of Color #050fdf

%98
%93
%0
%13

Triadic Colors of #050fdf

#050fdf #df050f #0fdf05

Analogous Colors of #050fdf

#050fdf #6805df #057cdf

Monochromatic Colors of #050fdf

#050fdf

Complementary Color

#050fdf #dfd505

#050fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#050fdf Color CSS Codes

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

#050fdf Text Font Color

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

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


#050fdf Background Color

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

This div background color is #050fdf


#050fdf Border Color

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

This div border color is #050fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050fdf


Comments

No comments written yet.

Please login to write comment.