Color Hex Logo

#441429 Color Hex

#441429
(68,20,41)
0 Favorites   0 Comments

Color spaces of #441429

RGB 682041
HSL0.930.550.17
HSV334°71°27°
CMYK 0.000.710.40   0.73
XYZ3.03431.88942.3026
Yxy1.88940.41990.2615
Hunter Lab13.745515.3488-0.3101
CIE-Lab14.895825.4432-2.0387

#441429 color RGB value is (68,20,41).

#441429 hex color red value is 68, green value is 20 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #441429 hue: 0.93 , saturation: 0.55 and the lightness value of 441429 is 0.17.

The process color (four color CMYK) of #441429 color hex is 0.00, 0.71, 0.40, 0.73. Web safe color of #441429 is #330033. Color #441429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 00101001
Octal 104 24 51
Decimal 68 20 41
Hex 44 14 29

RGB Percentages of Color #441429

%52.71
%15.50
%31.78

CMYK Percentages of Color #441429

%0
%71
%40
%73

Triadic Colors of #441429

#441429 #294414 #142944

Analogous Colors of #441429

#441429 #441714 #441441

Monochromatic Colors of #441429

#441429

Complementary Color

#441429 #14442f

#441429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441429 Color CSS Codes

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

#441429 Text Font Color

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

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


#441429 Background Color

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

This div background color is #441429


#441429 Border Color

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

This div border color is #441429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441429


Comments

No comments written yet.

Please login to write comment.