Color Hex Logo

#44013b Color Hex

#44013B
(68,1,59)
0 Favorites   0 Comments

Color spaces of #44013b

RGB 68159
HSL0.860.970.14
HSV308°99°27°
CMYK 0.000.990.13   0.73
XYZ3.18421.56644.2722
Yxy1.56640.35290.1736
Hunter Lab12.515623.5115-11.4777
CIE-Lab13.024136.0808-17.9195

#44013b color RGB value is (68,1,59).

#44013b hex color red value is 68, green value is 1 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #44013b hue: 0.86 , saturation: 0.97 and the lightness value of 44013b is 0.14.

The process color (four color CMYK) of #44013b color hex is 0.00, 0.99, 0.13, 0.73. Web safe color of #44013b is #330033. Color #44013b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000001 00111011
Octal 104 1 73
Decimal 68 1 59
Hex 44 1 3B

RGB Percentages of Color #44013b

%53.13
%0.78
%46.09

CMYK Percentages of Color #44013b

%0
%99
%13
%73

Triadic Colors of #44013b

#44013b #3b4401 #013b44

Analogous Colors of #44013b

#44013b #440119 #2c0144

Monochromatic Colors of #44013b

#44013b

Complementary Color

#44013b #01440a

#44013b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44013b Color Preview on White Background

Lorem ipsum dolor sit amet.

#44013b Color CSS Codes

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

#44013b Text Font Color

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

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


#44013b Background Color

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

This div background color is #44013b


#44013b Border Color

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

This div border color is #44013b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44013b


Comments

No comments written yet.

Please login to write comment.