Color Hex Logo

#441642 Color Hex

#441642
(68,22,66)
0 Favorites   0 Comments

Color spaces of #441642

RGB 682266
HSL0.840.510.18
HSV303°68°27°
CMYK 0.000.680.03   0.73
XYZ3.65422.19615.3856
Yxy2.19610.32520.1955
Hunter Lab14.819218.0817-11.1737
CIE-Lab16.484428.7351-17.4079

#441642 color RGB value is (68,22,66).

#441642 hex color red value is 68, green value is 22 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #441642 hue: 0.84 , saturation: 0.51 and the lightness value of 441642 is 0.18.

The process color (four color CMYK) of #441642 color hex is 0.00, 0.68, 0.03, 0.73. Web safe color of #441642 is #330033. Color #441642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010110 01000010
Octal 104 26 102
Decimal 68 22 66
Hex 44 16 42

RGB Percentages of Color #441642

%43.59
%14.10
%42.31

CMYK Percentages of Color #441642

%0
%68
%3
%73

Triadic Colors of #441642

#441642 #424416 #164244

Analogous Colors of #441642

#441642 #44162b #2f1644

Monochromatic Colors of #441642

#441642

Complementary Color

#441642 #164418

#441642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441642 Color CSS Codes

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

#441642 Text Font Color

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

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


#441642 Background Color

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

This div background color is #441642


#441642 Border Color

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

This div border color is #441642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441642


Comments

No comments written yet.

Please login to write comment.