Color Hex Logo

#04326f Color Hex

#04326F
(4,50,111)
0 Favorites   0 Comments

Color spaces of #04326f

RGB 450111
HSL0.600.930.23
HSV214°96°44°
CMYK 0.960.550.00   0.56
XYZ4.05993.454715.4918
Yxy3.45470.17650.1502
Hunter Lab18.58686.4626-36.4064
CIE-Lab21.780011.9369-39.2726

#04326f color RGB value is (4,50,111).

#04326f hex color red value is 4, green value is 50 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #04326f hue: 0.60 , saturation: 0.93 and the lightness value of 04326f is 0.23.

The process color (four color CMYK) of #04326f color hex is 0.96, 0.55, 0.00, 0.56. Web safe color of #04326f is #003366. Color #04326f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110010 01101111
Octal 4 62 157
Decimal 4 50 111
Hex 4 32 6F

RGB Percentages of Color #04326f

%2.42
%30.30
%67.27

CMYK Percentages of Color #04326f

%96
%55
%0
%56

Triadic Colors of #04326f

#04326f #6f0432 #326f04

Analogous Colors of #04326f

#04326f #0c046f #04686f

Monochromatic Colors of #04326f

#04326f

Complementary Color

#04326f #6f4104

#04326f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04326f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04326f Color CSS Codes

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

#04326f Text Font Color

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

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


#04326f Background Color

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

This div background color is #04326f


#04326f Border Color

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

This div border color is #04326f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04326f


Comments

No comments written yet.

Please login to write comment.