Color Hex Logo

#053fcd Color Hex

#053FCD
(5,63,205)
0 Favorites   0 Comments

Color spaces of #053fcd

RGB 563205
HSL0.620.950.41
HSV223°98°80°
CMYK 0.980.690.00   0.20
XYZ12.85957.995158.6230
Yxy7.99510.16180.1006
Hunter Lab28.275631.6979-103.1313
CIE-Lab33.972741.2844-76.5446

#053fcd color RGB value is (5,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111111 11001101
Octal 5 77 315
Decimal 5 63 205
Hex 5 3F CD

RGB Percentages of Color #053fcd

%1.83
%23.08
%75.09

CMYK Percentages of Color #053fcd

%98
%69
%0
%20

Triadic Colors of #053fcd

#053fcd #cd053f #3fcd05

Analogous Colors of #053fcd

#053fcd #2f05cd #05a3cd

Monochromatic Colors of #053fcd

#053fcd

Complementary Color

#053fcd #cd9305

#053fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#053fcd Color CSS Codes

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

#053fcd Text Font Color

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

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


#053fcd Background Color

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

This div background color is #053fcd


#053fcd Border Color

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

This div border color is #053fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053fcd


Comments

No comments written yet.

Please login to write comment.