Color Hex Logo

#053cfc Color Hex

#053CFC
(5,60,252)
0 Favorites   0 Comments

Color spaces of #053cfc

RGB 560252
HSL0.630.980.50
HSV227°98°99°
CMYK 0.980.760.00   0.01
XYZ19.249110.292393.0675
Yxy10.29230.15700.0839
Hunter Lab32.081650.9579-149.5408
CIE-Lab38.362059.3067-96.0781

#053cfc color RGB value is (5,60,252).

#053cfc hex color red value is 5, green value is 60 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #053cfc hue: 0.63 , saturation: 0.98 and the lightness value of 053cfc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111100 11111100
Octal 5 74 374
Decimal 5 60 252
Hex 5 3C FC

RGB Percentages of Color #053cfc

%1.58
%18.93
%79.50

CMYK Percentages of Color #053cfc

%98
%76
%0
%1

Triadic Colors of #053cfc

#053cfc #fc053c #3cfc05

Analogous Colors of #053cfc

#053cfc #4905fc #05b8fc

Monochromatic Colors of #053cfc

#053cfc

Complementary Color

#053cfc #fcc505

#053cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#053cfc Color CSS Codes

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

#053cfc Text Font Color

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

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


#053cfc Background Color

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

This div background color is #053cfc


#053cfc Border Color

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

This div border color is #053cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053cfc


Comments

No comments written yet.

Please login to write comment.