Color Hex Logo

#441239 Color Hex

#441239
(68,18,57)
0 Favorites   0 Comments

Color spaces of #441239

RGB 681857
HSL0.870.580.17
HSV313°74°27°
CMYK 0.000.740.16   0.73
XYZ3.33871.95704.0727
Yxy1.95700.35640.2089
Hunter Lab13.989318.1198-7.4686
CIE-Lab15.259929.0095-12.9899

#441239 color RGB value is (68,18,57).

#441239 hex color red value is 68, green value is 18 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #441239 hue: 0.87 , saturation: 0.58 and the lightness value of 441239 is 0.17.

The process color (four color CMYK) of #441239 color hex is 0.00, 0.74, 0.16, 0.73. Web safe color of #441239 is #330033. Color #441239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010010 00111001
Octal 104 22 71
Decimal 68 18 57
Hex 44 12 39

RGB Percentages of Color #441239

%47.55
%12.59
%39.86

CMYK Percentages of Color #441239

%0
%74
%16
%73

Triadic Colors of #441239

#441239 #394412 #123944

Analogous Colors of #441239

#441239 #441220 #361244

Monochromatic Colors of #441239

#441239

Complementary Color

#441239 #12441d

#441239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441239 Color CSS Codes

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

#441239 Text Font Color

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

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


#441239 Background Color

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

This div background color is #441239


#441239 Border Color

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

This div border color is #441239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441239


Comments

No comments written yet.

Please login to write comment.