Color Hex Logo

#441328 Color Hex

#441328
(68,19,40)
0 Favorites   0 Comments

Color spaces of #441328

RGB 681940
HSL0.930.560.17
HSV334°72°27°
CMYK 0.000.720.41   0.73
XYZ2.99981.84792.2061
Yxy1.84790.42530.2620
Hunter Lab13.593715.6014-0.1064
CIE-Lab14.667925.8220-1.6480

#441328 color RGB value is (68,19,40).

#441328 hex color red value is 68, green value is 19 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #441328 hue: 0.93 , saturation: 0.56 and the lightness value of 441328 is 0.17.

The process color (four color CMYK) of #441328 color hex is 0.00, 0.72, 0.41, 0.73. Web safe color of #441328 is #330033. Color #441328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010011 00101000
Octal 104 23 50
Decimal 68 19 40
Hex 44 13 28

RGB Percentages of Color #441328

%53.54
%14.96
%31.50

CMYK Percentages of Color #441328

%0
%72
%41
%73

Triadic Colors of #441328

#441328 #284413 #132844

Analogous Colors of #441328

#441328 #441713 #441341

Monochromatic Colors of #441328

#441328

Complementary Color

#441328 #13442f

#441328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441328 Color CSS Codes

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

#441328 Text Font Color

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

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


#441328 Background Color

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

This div background color is #441328


#441328 Border Color

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

This div border color is #441328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441328


Comments

No comments written yet.

Please login to write comment.