Color Hex Logo

#440164 Color Hex

#440164
(68,1,100)
0 Favorites   0 Comments

Color spaces of #440164

RGB 681100
HSL0.780.980.20
HSV281°99°39°
CMYK 0.320.990.00   0.61
XYZ4.69502.170812.2281
Yxy2.17080.24590.1137
Hunter Lab14.733631.0967-38.8939
CIE-Lab16.359243.9783-40.7014

#440164 color RGB value is (68,1,100).

#440164 hex color red value is 68, green value is 1 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #440164 hue: 0.78 , saturation: 0.98 and the lightness value of 440164 is 0.20.

The process color (four color CMYK) of #440164 color hex is 0.32, 0.99, 0.00, 0.61. Web safe color of #440164 is #330066. Color #440164 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000001 01100100
Octal 104 1 144
Decimal 68 1 100
Hex 44 1 64

RGB Percentages of Color #440164

%40.24
%0.59
%59.17

CMYK Percentages of Color #440164

%32
%99
%0
%61

Triadic Colors of #440164

#440164 #644401 #016444

Analogous Colors of #440164

#440164 #640152 #130164

Monochromatic Colors of #440164

#440164

Complementary Color

#440164 #216401

#440164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440164 Color CSS Codes

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

#440164 Text Font Color

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

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


#440164 Background Color

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

This div background color is #440164


#440164 Border Color

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

This div border color is #440164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440164


Comments

No comments written yet.

Please login to write comment.