Color Hex Logo

#041220 Color Hex

#041220
(4,18,32)
0 Favorites   0 Comments

Color spaces of #041220

RGB 41832
HSL0.580.780.07
HSV210°88°13°
CMYK 0.880.440.00   0.87
XYZ0.52710.56271.4473
Yxy0.56270.20780.2218
Hunter Lab7.5013-0.5846-6.1884
CIE-Lab5.0828-0.3166-11.0268

#041220 color RGB value is (4,18,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010010 00100000
Octal 4 22 40
Decimal 4 18 32
Hex 4 12 20

RGB Percentages of Color #041220

%7.41
%33.33
%59.26

CMYK Percentages of Color #041220

%88
%44
%0
%87

Triadic Colors of #041220

#041220 #200412 #122004

Analogous Colors of #041220

#041220 #040420 #042020

Monochromatic Colors of #041220

#041220

Complementary Color

#041220 #201204

#041220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041220 Color CSS Codes

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

#041220 Text Font Color

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

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


#041220 Background Color

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

This div background color is #041220


#041220 Border Color

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

This div border color is #041220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041220


Comments

No comments written yet.

Please login to write comment.