Color Hex Logo

#053fcb Color Hex

#053FCB
(5,63,203)
0 Favorites   0 Comments

Color spaces of #053fcb

RGB 563203
HSL0.620.950.41
HSV222°98°80°
CMYK 0.980.690.00   0.20
XYZ12.61967.899157.3595
Yxy7.89910.16200.1014
Hunter Lab28.105330.9641-101.3298
CIE-Lab33.771940.5438-75.7134

#053fcb color RGB value is (5,63,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111111 11001011
Octal 5 77 313
Decimal 5 63 203
Hex 5 3F CB

RGB Percentages of Color #053fcb

%1.85
%23.25
%74.91

CMYK Percentages of Color #053fcb

%98
%69
%0
%20

Triadic Colors of #053fcb

#053fcb #cb053f #3fcb05

Analogous Colors of #053fcb

#053fcb #2e05cb #05a2cb

Monochromatic Colors of #053fcb

#053fcb

Complementary Color

#053fcb #cb9105

#053fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#053fcb Color CSS Codes

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

#053fcb Text Font Color

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

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


#053fcb Background Color

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

This div background color is #053fcb


#053fcb Border Color

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

This div border color is #053fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053fcb


Comments

No comments written yet.

Please login to write comment.