Color Hex Logo

#042029 Color Hex

#042029
(4,32,41)
0 Favorites   0 Comments

Color spaces of #042029

RGB 43241
HSL0.540.820.09
HSV195°90°16°
CMYK 0.900.220.00   0.84
XYZ0.96681.21892.2821
Yxy1.21890.21640.2728
Hunter Lab11.0404-3.6895-4.5273
CIE-Lab10.6961-6.7341-9.1150

#042029 color RGB value is (4,32,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100000 00101001
Octal 4 40 51
Decimal 4 32 41
Hex 4 20 29

RGB Percentages of Color #042029

%5.19
%41.56
%53.25

CMYK Percentages of Color #042029

%90
%22
%0
%84

Triadic Colors of #042029

#042029 #290420 #202904

Analogous Colors of #042029

#042029 #040e29 #042920

Monochromatic Colors of #042029

#042029

Complementary Color

#042029 #290d04

#042029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042029 Color CSS Codes

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

#042029 Text Font Color

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

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


#042029 Background Color

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

This div background color is #042029


#042029 Border Color

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

This div border color is #042029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042029


Comments

No comments written yet.

Please login to write comment.