Color Hex Logo

#04053c Color Hex

#04053C
(4,5,60)
0 Favorites   0 Comments

Color spaces of #04053c

RGB 4560
HSL0.660.880.13
HSV239°93°24°
CMYK 0.930.920.00   0.76
XYZ0.92000.46064.3154
Yxy0.46060.16150.0809
Hunter Lab6.786812.3203-32.9492
CIE-Lab4.160619.6591-33.4298

#04053c color RGB value is (4,5,60).

#04053c hex color red value is 4, green value is 5 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #04053c hue: 0.66 , saturation: 0.88 and the lightness value of 04053c is 0.13.

The process color (four color CMYK) of #04053c color hex is 0.93, 0.92, 0.00, 0.76. Web safe color of #04053c is #000033. Color #04053c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000101 00111100
Octal 4 5 74
Decimal 4 5 60
Hex 4 5 3C

RGB Percentages of Color #04053c

%5.80
%7.25
%86.96

CMYK Percentages of Color #04053c

%93
%92
%0
%76

Triadic Colors of #04053c

#04053c #3c0405 #053c04

Analogous Colors of #04053c

#04053c #1f043c #04213c

Monochromatic Colors of #04053c

#04053c

Complementary Color

#04053c #3c3b04

#04053c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04053c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04053c Color CSS Codes

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

#04053c Text Font Color

<p style="color:#04053c">Text here</p>

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


#04053c Background Color

<div style="background-color:#04053c">
Div content here</div>

This div background color is #04053c


#04053c Border Color

<div style="border:3px solid #04053c">
Div here</div>

This div border color is #04053c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04053c


Comments

No comments written yet.

Please login to write comment.