Color Hex Logo

#04327d Color Hex

#04327D
(4,50,125)
0 Favorites   0 Comments

Color spaces of #04327d

RGB 450125
HSL0.600.940.25
HSV217°97°49°
CMYK 0.970.600.00   0.51
XYZ4.89233.787719.8753
Yxy3.78770.17130.1326
Hunter Lab19.462010.8122-46.9256
CIE-Lab22.956818.0751-46.2857

#04327d color RGB value is (4,50,125).

#04327d hex color red value is 4, green value is 50 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #04327d hue: 0.60 , saturation: 0.94 and the lightness value of 04327d is 0.25.

The process color (four color CMYK) of #04327d color hex is 0.97, 0.60, 0.00, 0.51. Web safe color of #04327d is #003366. Color #04327d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110010 01111101
Octal 4 62 175
Decimal 4 50 125
Hex 4 32 7D

RGB Percentages of Color #04327d

%2.23
%27.93
%69.83

CMYK Percentages of Color #04327d

%97
%60
%0
%51

Triadic Colors of #04327d

#04327d #7d0432 #327d04

Analogous Colors of #04327d

#04327d #12047d #046f7d

Monochromatic Colors of #04327d

#04327d

Complementary Color

#04327d #7d4f04

#04327d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04327d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04327d Color CSS Codes

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

#04327d Text Font Color

<p style="color:#04327d">Text here</p>

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


#04327d Background Color

<div style="background-color:#04327d">
Div content here</div>

This div background color is #04327d


#04327d Border Color

<div style="border:3px solid #04327d">
Div here</div>

This div border color is #04327d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04327d


Comments

No comments written yet.

Please login to write comment.