Color Hex Logo

#441240 Color Hex

#441240
(68,18,64)
0 Favorites   0 Comments

Color spaces of #441240

RGB 681864
HSL0.850.580.17
HSV305°74°27°
CMYK 0.000.740.06   0.73
XYZ3.52562.03175.0568
Yxy2.03170.33220.1914
Hunter Lab14.253819.2070-11.0566
CIE-Lab15.652730.3167-17.3163

#441240 color RGB value is (68,18,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010010 01000000
Octal 104 22 100
Decimal 68 18 64
Hex 44 12 40

RGB Percentages of Color #441240

%45.33
%12.00
%42.67

CMYK Percentages of Color #441240

%0
%74
%6
%73

Triadic Colors of #441240

#441240 #404412 #124044

Analogous Colors of #441240

#441240 #441227 #2f1244

Monochromatic Colors of #441240

#441240

Complementary Color

#441240 #124416

#441240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441240 Color CSS Codes

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

#441240 Text Font Color

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

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


#441240 Background Color

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

This div background color is #441240


#441240 Border Color

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

This div border color is #441240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441240


Comments

No comments written yet.

Please login to write comment.