Color Hex Logo

#053fcc Color Hex

#053FCC
(5,63,204)
0 Favorites   0 Comments

Color spaces of #053fcc

RGB 563204
HSL0.620.950.41
HSV223°98°80°
CMYK 0.980.690.00   0.20
XYZ12.73927.946957.9892
Yxy7.94690.16190.1010
Hunter Lab28.190231.3314-102.2303
CIE-Lab33.872140.9152-76.1296

#053fcc color RGB value is (5,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111111 11001100
Octal 5 77 314
Decimal 5 63 204
Hex 5 3F CC

RGB Percentages of Color #053fcc

%1.84
%23.16
%75.00

CMYK Percentages of Color #053fcc

%98
%69
%0
%20

Triadic Colors of #053fcc

#053fcc #cc053f #3fcc05

Analogous Colors of #053fcc

#053fcc #2f05cc #05a3cc

Monochromatic Colors of #053fcc

#053fcc

Complementary Color

#053fcc #cc9205

#053fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#053fcc Color CSS Codes

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

#053fcc Text Font Color

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

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


#053fcc Background Color

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

This div background color is #053fcc


#053fcc Border Color

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

This div border color is #053fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053fcc


Comments

No comments written yet.

Please login to write comment.