Color Hex Logo

#440c42 Color Hex

#440C42
(68,12,66)
0 Favorites   0 Comments

Color spaces of #440c42

RGB 681266
HSL0.840.700.16
HSV302°82°27°
CMYK 0.000.820.03   0.73
XYZ3.49871.88525.3337
Yxy1.88520.32640.1759
Hunter Lab13.730321.4568-13.4208
CIE-Lab14.872933.2530-19.9498

#440c42 color RGB value is (68,12,66).

#440c42 hex color red value is 68, green value is 12 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #440c42 hue: 0.84 , saturation: 0.70 and the lightness value of 440c42 is 0.16.

The process color (four color CMYK) of #440c42 color hex is 0.00, 0.82, 0.03, 0.73. Web safe color of #440c42 is #330033. Color #440c42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001100 01000010
Octal 104 14 102
Decimal 68 12 66
Hex 44 C 42

RGB Percentages of Color #440c42

%46.58
%8.22
%45.21

CMYK Percentages of Color #440c42

%0
%82
%3
%73

Triadic Colors of #440c42

#440c42 #42440c #0c4244

Analogous Colors of #440c42

#440c42 #440c26 #2a0c44

Monochromatic Colors of #440c42

#440c42

Complementary Color

#440c42 #0c440e

#440c42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440c42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440c42 Color CSS Codes

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

#440c42 Text Font Color

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

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


#440c42 Background Color

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

This div background color is #440c42


#440c42 Border Color

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

This div border color is #440c42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,12,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #440c42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #440c42;
  -webkit-box-shadow: 1px 1px 3px 2px #440c42;
  box-shadow:         1px 1px 3px 2px #440c42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440c42


Comments

No comments written yet.

Please login to write comment.