Color Hex Logo

#04205f Color Hex

#04205F
(4,32,95)
0 Favorites   0 Comments

Color spaces of #04205f

RGB 43295
HSL0.620.920.19
HSV222°96°37°
CMYK 0.960.660.00   0.63
XYZ2.63211.885111.0516
Yxy1.88510.16910.1211
Hunter Lab13.729910.1922-38.1134
CIE-Lab14.872318.2014-40.0654

#04205f color RGB value is (4,32,95).

#04205f hex color red value is 4, green value is 32 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #04205f hue: 0.62 , saturation: 0.92 and the lightness value of 04205f is 0.19.

The process color (four color CMYK) of #04205f color hex is 0.96, 0.66, 0.00, 0.63. Web safe color of #04205f is #003366. Color #04205f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100000 01011111
Octal 4 40 137
Decimal 4 32 95
Hex 4 20 5F

RGB Percentages of Color #04205f

%3.05
%24.43
%72.52

CMYK Percentages of Color #04205f

%96
%66
%0
%63

Triadic Colors of #04205f

#04205f #5f0420 #205f04

Analogous Colors of #04205f

#04205f #15045f #044e5f

Monochromatic Colors of #04205f

#04205f

Complementary Color

#04205f #5f4304

#04205f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04205f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04205f Color CSS Codes

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

#04205f Text Font Color

<p style="color:#04205f">Text here</p>

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


#04205f Background Color

<div style="background-color:#04205f">
Div content here</div>

This div background color is #04205f


#04205f Border Color

<div style="border:3px solid #04205f">
Div here</div>

This div border color is #04205f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,32,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04205f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04205f;
  -webkit-box-shadow: 1px 1px 3px 2px #04205f;
  box-shadow:         1px 1px 3px 2px #04205f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04205f


Comments

No comments written yet.

Please login to write comment.