Color Hex Logo

#041420 Color Hex

#041420
(4,20,32)
0 Favorites   0 Comments

Color spaces of #041420

RGB 42032
HSL0.570.780.07
HSV206°88°13°
CMYK 0.880.380.00   0.87
XYZ0.56090.63041.4586
Yxy0.63040.21170.2379
Hunter Lab7.9398-1.2846-5.3342
CIE-Lab5.6944-1.5679-10.0954

#041420 color RGB value is (4,20,32).

#041420 hex color red value is 4, green value is 20 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #041420 hue: 0.57 , saturation: 0.78 and the lightness value of 041420 is 0.07.

The process color (four color CMYK) of #041420 color hex is 0.88, 0.38, 0.00, 0.87. Web safe color of #041420 is #000033. Color #041420 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010100 00100000
Octal 4 24 40
Decimal 4 20 32
Hex 4 14 20

RGB Percentages of Color #041420

%7.14
%35.71
%57.14

CMYK Percentages of Color #041420

%88
%38
%0
%87

Triadic Colors of #041420

#041420 #200414 #142004

Analogous Colors of #041420

#041420 #040620 #04201e

Monochromatic Colors of #041420

#041420

Complementary Color

#041420 #201004

#041420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041420 Color CSS Codes

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

#041420 Text Font Color

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

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


#041420 Background Color

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

This div background color is #041420


#041420 Border Color

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

This div border color is #041420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041420


Comments

No comments written yet.

Please login to write comment.