Color Hex Logo

#441431 Color Hex

#441431
(68,20,49)
0 Favorites   0 Comments

Color spaces of #441431

RGB 682049
HSL0.900.550.17
HSV324°71°27°
CMYK 0.000.710.28   0.73
XYZ3.18841.95103.1143
Yxy1.95100.38630.2364
Hunter Lab13.967816.3021-3.4420
CIE-Lab15.228026.6523-7.3228

#441431 color RGB value is (68,20,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 00110001
Octal 104 24 61
Decimal 68 20 49
Hex 44 14 31

RGB Percentages of Color #441431

%49.64
%14.60
%35.77

CMYK Percentages of Color #441431

%0
%71
%28
%73

Triadic Colors of #441431

#441431 #314414 #143144

Analogous Colors of #441431

#441431 #441419 #3f1444

Monochromatic Colors of #441431

#441431

Complementary Color

#441431 #144427

#441431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441431 Color CSS Codes

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

#441431 Text Font Color

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

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


#441431 Background Color

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

This div background color is #441431


#441431 Border Color

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

This div border color is #441431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441431


Comments

No comments written yet.

Please login to write comment.