Color Hex Logo

#053fed Color Hex

#053FED
(5,63,237)
0 Favorites   0 Comments

Color spaces of #053fed

RGB 563237
HSL0.630.960.47
HSV225°98°93°
CMYK 0.980.730.00   0.07
XYZ17.12629.701781.0907
Yxy9.70170.15870.0899
Hunter Lab31.147643.6384-132.5545
CIE-Lab37.301652.6599-89.3877

#053fed color RGB value is (5,63,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111111 11101101
Octal 5 77 355
Decimal 5 63 237
Hex 5 3F ED

RGB Percentages of Color #053fed

%1.64
%20.66
%77.70

CMYK Percentages of Color #053fed

%98
%73
%0
%7

Triadic Colors of #053fed

#053fed #ed053f #3fed05

Analogous Colors of #053fed

#053fed #3f05ed #05b3ed

Monochromatic Colors of #053fed

#053fed

Complementary Color

#053fed #edb305

#053fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#053fed Color CSS Codes

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

#053fed Text Font Color

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

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


#053fed Background Color

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

This div background color is #053fed


#053fed Border Color

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

This div border color is #053fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053fed


Comments

No comments written yet.

Please login to write comment.