Color Hex Logo

#04325f Color Hex

#04325F
(4,50,95)
0 Favorites   0 Comments

Color spaces of #04325f

RGB 45095
HSL0.580.920.19
HSV210°96°37°
CMYK 0.960.470.00   0.63
XYZ3.25623.133211.2596
Yxy3.13320.18450.1775
Hunter Lab17.70081.8599-25.3241
CIE-Lab20.56964.7628-30.8241

#04325f color RGB value is (4,50,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110010 01011111
Octal 4 62 137
Decimal 4 50 95
Hex 4 32 5F

RGB Percentages of Color #04325f

%2.68
%33.56
%63.76

CMYK Percentages of Color #04325f

%96
%47
%0
%63

Triadic Colors of #04325f

#04325f #5f0432 #325f04

Analogous Colors of #04325f

#04325f #04055f #045f5e

Monochromatic Colors of #04325f

#04325f

Complementary Color

#04325f #5f3104

#04325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04325f Color CSS Codes

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

#04325f Text Font Color

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

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


#04325f Background Color

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

This div background color is #04325f


#04325f Border Color

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

This div border color is #04325f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,50,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 #04325f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04325f


Comments

No comments written yet.

Please login to write comment.