Color Hex Logo

#053fff Color Hex

#053FFF
(5,63,255)
0 Favorites   0 Comments

Color spaces of #053fff

RGB 563255
HSL0.631.000.51
HSV226°98°100°
CMYK 0.980.750.00   0.00
XYZ19.890110.807395.6454
Yxy10.80730.15740.0855
Hunter Lab32.874550.4679-149.4870
CIE-Lab39.254058.6856-96.2768

#053fff color RGB value is (5,63,255).

#053fff hex color red value is 5, green value is 63 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #053fff hue: 0.63 , saturation: 1.00 and the lightness value of 053fff is 0.51.

The process color (four color CMYK) of #053fff color hex is 0.98, 0.75, 0.00, 0.00. Web safe color of #053fff is #0033ff. Color #053fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111111 11111111
Octal 5 77 377
Decimal 5 63 255
Hex 5 3F FF

RGB Percentages of Color #053fff

%1.55
%19.50
%78.95

CMYK Percentages of Color #053fff

%98
%75
%0
%0

Triadic Colors of #053fff

#053fff #ff053f #3fff05

Analogous Colors of #053fff

#053fff #4805ff #05bcff

Monochromatic Colors of #053fff

#053fff

Complementary Color

#053fff #ffc505

#053fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#053fff Color CSS Codes

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

#053fff Text Font Color

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

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


#053fff Background Color

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

This div background color is #053fff


#053fff Border Color

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

This div border color is #053fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053fff


Comments

No comments written yet.

Please login to write comment.