Color Hex Logo

#441749 Color Hex

#441749
(68,23,73)
0 Favorites   0 Comments

Color spaces of #441749

RGB 682373
HSL0.820.520.19
HSV294°68°29°
CMYK 0.070.680.00   0.71
XYZ3.89292.32286.5465
Yxy2.32280.30500.1820
Hunter Lab15.240718.9225-14.7989
CIE-Lab17.097529.6898-21.2867

#441749 color RGB value is (68,23,73).

#441749 hex color red value is 68, green value is 23 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #441749 hue: 0.82 , saturation: 0.52 and the lightness value of 441749 is 0.19.

The process color (four color CMYK) of #441749 color hex is 0.07, 0.68, 0.00, 0.71. Web safe color of #441749 is #330033. Color #441749 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010111 01001001
Octal 104 27 111
Decimal 68 23 73
Hex 44 17 49

RGB Percentages of Color #441749

%41.46
%14.02
%44.51

CMYK Percentages of Color #441749

%7
%68
%0
%71

Triadic Colors of #441749

#441749 #494417 #174944

Analogous Colors of #441749

#441749 #491735 #2b1749

Monochromatic Colors of #441749

#441749

Complementary Color

#441749 #1c4917

#441749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441749 Color CSS Codes

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

#441749 Text Font Color

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

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


#441749 Background Color

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

This div background color is #441749


#441749 Border Color

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

This div border color is #441749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441749


Comments

No comments written yet.

Please login to write comment.