Color Hex Logo

#441232 Color Hex

#441232
(68,18,50)
0 Favorites   0 Comments

Color spaces of #441232

RGB 681850
HSL0.890.580.17
HSV322°74°27°
CMYK 0.000.740.26   0.73
XYZ3.17591.89183.2154
Yxy1.89180.38340.2284
Hunter Lab13.754317.1462-4.2325
CIE-Lab14.908927.8167-8.5278

#441232 color RGB value is (68,18,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010010 00110010
Octal 104 22 62
Decimal 68 18 50
Hex 44 12 32

RGB Percentages of Color #441232

%50.00
%13.24
%36.76

CMYK Percentages of Color #441232

%0
%74
%26
%73

Triadic Colors of #441232

#441232 #324412 #123244

Analogous Colors of #441232

#441232 #441219 #3d1244

Monochromatic Colors of #441232

#441232

Complementary Color

#441232 #124424

#441232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441232 Color CSS Codes

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

#441232 Text Font Color

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

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


#441232 Background Color

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

This div background color is #441232


#441232 Border Color

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

This div border color is #441232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441232


Comments

No comments written yet.

Please login to write comment.