Color Hex Logo

#053fde Color Hex

#053FDE
(5,63,222)
0 Favorites   0 Comments

Color spaces of #053fde

RGB 563222
HSL0.620.960.45
HSV224°98°87°
CMYK 0.980.720.00   0.13
XYZ15.02498.861270.0257
Yxy8.86120.16000.0944
Hunter Lab29.767838.0020-118.6364
CIE-Lab35.715747.4385-83.4702

#053fde color RGB value is (5,63,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111111 11011110
Octal 5 77 336
Decimal 5 63 222
Hex 5 3F DE

RGB Percentages of Color #053fde

%1.72
%21.72
%76.55

CMYK Percentages of Color #053fde

%98
%72
%0
%13

Triadic Colors of #053fde

#053fde #de053f #3fde05

Analogous Colors of #053fde

#053fde #3705de #05acde

Monochromatic Colors of #053fde

#053fde

Complementary Color

#053fde #dea405

#053fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#053fde Color CSS Codes

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

#053fde Text Font Color

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

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


#053fde Background Color

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

This div background color is #053fde


#053fde Border Color

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

This div border color is #053fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,63,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 #053fde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053fde


Comments

No comments written yet.

Please login to write comment.