Color Hex Logo

#441432 Color Hex

#441432
(68,20,50)
0 Favorites   0 Comments

Color spaces of #441432

RGB 682050
HSL0.900.550.17
HSV323°71°27°
CMYK 0.000.710.26   0.73
XYZ3.20981.95953.2267
Yxy1.95950.38230.2334
Hunter Lab13.998216.4333-3.8681
CIE-Lab15.273326.8171-7.9719

#441432 color RGB value is (68,20,50).

#441432 hex color red value is 68, green value is 20 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #441432 hue: 0.90 , saturation: 0.55 and the lightness value of 441432 is 0.17.

The process color (four color CMYK) of #441432 color hex is 0.00, 0.71, 0.26, 0.73. Web safe color of #441432 is #330033. Color #441432 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 00110010
Octal 104 24 62
Decimal 68 20 50
Hex 44 14 32

RGB Percentages of Color #441432

%49.28
%14.49
%36.23

CMYK Percentages of Color #441432

%0
%71
%26
%73

Triadic Colors of #441432

#441432 #324414 #143244

Analogous Colors of #441432

#441432 #44141a #3e1444

Monochromatic Colors of #441432

#441432

Complementary Color

#441432 #144426

#441432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441432 Color CSS Codes

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

#441432 Text Font Color

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

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


#441432 Background Color

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

This div background color is #441432


#441432 Border Color

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

This div border color is #441432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441432


Comments

No comments written yet.

Please login to write comment.