Color Hex Logo

#053cef Color Hex

#053CEF
(5,60,239)
0 Favorites   0 Comments

Color spaces of #053cef

RGB 560239
HSL0.630.960.48
HSV226°98°94°
CMYK 0.980.750.00   0.06
XYZ17.25849.496082.5846
Yxy9.49600.15780.0868
Hunter Lab30.815646.0424-137.3241
CIE-Lab36.922255.0200-91.1484

#053cef color RGB value is (5,60,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111100 11101111
Octal 5 74 357
Decimal 5 60 239
Hex 5 3C EF

RGB Percentages of Color #053cef

%1.64
%19.74
%78.62

CMYK Percentages of Color #053cef

%98
%75
%0
%6

Triadic Colors of #053cef

#053cef #ef053c #3cef05

Analogous Colors of #053cef

#053cef #4305ef #05b1ef

Monochromatic Colors of #053cef

#053cef

Complementary Color

#053cef #efb805

#053cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#053cef Color CSS Codes

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

#053cef Text Font Color

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

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


#053cef Background Color

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

This div background color is #053cef


#053cef Border Color

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

This div border color is #053cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053cef


Comments

No comments written yet.

Please login to write comment.