Color Hex Logo

#040429 Color Hex

#040429
(4,4,41)
0 Favorites   0 Comments

Color spaces of #040429

RGB 4441
HSL0.670.820.09
HSV240°90°16°
CMYK 0.900.900.00   0.84
XYZ0.49370.27272.1244
Yxy0.27270.17080.0943
Hunter Lab5.22217.7370-20.4644
CIE-Lab2.46339.6063-22.0089

#040429 color RGB value is (4,4,41).

#040429 hex color red value is 4, green value is 4 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #040429 hue: 0.67 , saturation: 0.82 and the lightness value of 040429 is 0.09.

The process color (four color CMYK) of #040429 color hex is 0.90, 0.90, 0.00, 0.84. Web safe color of #040429 is #000033. Color #040429 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000100 00101001
Octal 4 4 51
Decimal 4 4 41
Hex 4 4 29

RGB Percentages of Color #040429

%8.16
%8.16
%83.67

CMYK Percentages of Color #040429

%90
%90
%0
%84

Triadic Colors of #040429

#040429 #290404 #042904

Analogous Colors of #040429

#040429 #170429 #041729

Monochromatic Colors of #040429

#040429

Complementary Color

#040429 #292904

#040429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040429 Color CSS Codes

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

#040429 Text Font Color

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

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


#040429 Background Color

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

This div background color is #040429


#040429 Border Color

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

This div border color is #040429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040429


Comments

No comments written yet.

Please login to write comment.