Color Hex Logo

#04298e Color Hex

#04298E
(4,41,142)
0 Favorites   0 Comments

Color spaces of #04298e

RGB 441142
HSL0.620.950.29
HSV224°97°56°
CMYK 0.970.710.00   0.44
XYZ5.72553.564725.9775
Yxy3.56470.16230.1011
Hunter Lab18.880421.0895-68.3606
CIE-Lab22.176831.4476-58.2220

#04298e color RGB value is (4,41,142).

#04298e hex color red value is 4, green value is 41 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #04298e hue: 0.62 , saturation: 0.95 and the lightness value of 04298e is 0.29.

The process color (four color CMYK) of #04298e color hex is 0.97, 0.71, 0.00, 0.44. Web safe color of #04298e is #003399. Color #04298e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101001 10001110
Octal 4 51 216
Decimal 4 41 142
Hex 4 29 8E

RGB Percentages of Color #04298e

%2.14
%21.93
%75.94

CMYK Percentages of Color #04298e

%97
%71
%0
%44

Triadic Colors of #04298e

#04298e #8e0429 #298e04

Analogous Colors of #04298e

#04298e #24048e #046e8e

Monochromatic Colors of #04298e

#04298e

Complementary Color

#04298e #8e6904

#04298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04298e Color CSS Codes

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

#04298e Text Font Color

<p style="color:#04298e">Text here</p>

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


#04298e Background Color

<div style="background-color:#04298e">
Div content here</div>

This div background color is #04298e


#04298e Border Color

<div style="border:3px solid #04298e">
Div here</div>

This div border color is #04298e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,41,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04298e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04298e;
  -webkit-box-shadow: 1px 1px 3px 2px #04298e;
  box-shadow:         1px 1px 3px 2px #04298e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04298e


Comments

No comments written yet.

Please login to write comment.