Color Hex Logo

#441241 Color Hex

#441241
(68,18,65)
0 Favorites   0 Comments

Color spaces of #441241

RGB 681865
HSL0.840.580.17
HSV304°74°27°
CMYK 0.000.740.04   0.73
XYZ3.55432.04325.2081
Yxy2.04320.32890.1891
Hunter Lab14.294119.3705-11.5967
CIE-Lab15.712330.5110-17.9235

#441241 color RGB value is (68,18,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010010 01000001
Octal 104 22 101
Decimal 68 18 65
Hex 44 12 41

RGB Percentages of Color #441241

%45.03
%11.92
%43.05

CMYK Percentages of Color #441241

%0
%74
%4
%73

Triadic Colors of #441241

#441241 #414412 #124144

Analogous Colors of #441241

#441241 #441228 #2e1244

Monochromatic Colors of #441241

#441241

Complementary Color

#441241 #124415

#441241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441241 Color CSS Codes

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

#441241 Text Font Color

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

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


#441241 Background Color

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

This div background color is #441241


#441241 Border Color

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

This div border color is #441241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441241


Comments

No comments written yet.

Please login to write comment.