Color Hex Logo

#050fde Color Hex

#050FDE
(5,15,222)
0 Favorites   0 Comments

Color spaces of #050fde

RGB 515222
HSL0.660.960.45
HSV237°98°87°
CMYK 0.980.930.00   0.13
XYZ13.41825.647869.4902
Yxy5.64780.15150.0638
Hunter Lab23.765159.1954-156.7310
CIE-Lab28.505968.5128-95.4596

#050fde color RGB value is (5,15,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001111 11011110
Octal 5 17 336
Decimal 5 15 222
Hex 5 F DE

RGB Percentages of Color #050fde

%2.07
%6.20
%91.74

CMYK Percentages of Color #050fde

%98
%93
%0
%13

Triadic Colors of #050fde

#050fde #de050f #0fde05

Analogous Colors of #050fde

#050fde #6805de #057cde

Monochromatic Colors of #050fde

#050fde

Complementary Color

#050fde #ded405

#050fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#050fde Color CSS Codes

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

#050fde Text Font Color

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

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


#050fde Background Color

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

This div background color is #050fde


#050fde Border Color

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

This div border color is #050fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050fde


Comments

No comments written yet.

Please login to write comment.