Color Hex Logo

#041d32 Color Hex

#041D32
(4,29,50)
0 Favorites   0 Comments

Color spaces of #041d32

RGB 42950
HSL0.580.850.11
HSV207°92°20°
CMYK 0.920.420.00   0.80
XYZ1.06521.13483.1805
Yxy1.13480.19800.2109
Hunter Lab10.6527-0.7934-10.2449
CIE-Lab10.0674-0.4670-16.6507

#041d32 color RGB value is (4,29,50).

#041d32 hex color red value is 4, green value is 29 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #041d32 hue: 0.58 , saturation: 0.85 and the lightness value of 041d32 is 0.11.

The process color (four color CMYK) of #041d32 color hex is 0.92, 0.42, 0.00, 0.80. Web safe color of #041d32 is #003333. Color #041d32 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011101 00110010
Octal 4 35 62
Decimal 4 29 50
Hex 4 1D 32

RGB Percentages of Color #041d32

%4.82
%34.94
%60.24

CMYK Percentages of Color #041d32

%92
%42
%0
%80

Triadic Colors of #041d32

#041d32 #32041d #1d3204

Analogous Colors of #041d32

#041d32 #040632 #043230

Monochromatic Colors of #041d32

#041d32

Complementary Color

#041d32 #321904

#041d32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041d32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041d32 Color CSS Codes

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

#041d32 Text Font Color

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

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


#041d32 Background Color

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

This div background color is #041d32


#041d32 Border Color

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

This div border color is #041d32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041d32


Comments

No comments written yet.

Please login to write comment.