Color Hex Logo

#441640 Color Hex

#441640
(68,22,64)
0 Favorites   0 Comments

Color spaces of #441640

RGB 682264
HSL0.850.510.18
HSV305°68°27°
CMYK 0.000.680.06   0.73
XYZ3.59622.17295.0804
Yxy2.17290.33150.2003
Hunter Lab14.740817.7511-10.1158
CIE-Lab16.369628.3323-16.1919

#441640 color RGB value is (68,22,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010110 01000000
Octal 104 26 100
Decimal 68 22 64
Hex 44 16 40

RGB Percentages of Color #441640

%44.16
%14.29
%41.56

CMYK Percentages of Color #441640

%0
%68
%6
%73

Triadic Colors of #441640

#441640 #404416 #164044

Analogous Colors of #441640

#441640 #441629 #311644

Monochromatic Colors of #441640

#441640

Complementary Color

#441640 #16441a

#441640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441640 Color CSS Codes

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

#441640 Text Font Color

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

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


#441640 Background Color

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

This div background color is #441640


#441640 Border Color

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

This div border color is #441640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441640


Comments

No comments written yet.

Please login to write comment.