Color Hex Logo

#440996 Color Hex

#440996
(68,9,150)
0 Favorites   0 Comments

Color spaces of #440996

RGB 689150
HSL0.740.890.31
HSV265°94°59°
CMYK 0.550.940.00   0.41
XYZ7.98663.626329.1332
Yxy3.62630.19600.0890
Hunter Lab19.042841.5382-77.3764
CIE-Lab22.395453.5028-62.6772

#440996 color RGB value is (68,9,150).

#440996 hex color red value is 68, green value is 9 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #440996 hue: 0.74 , saturation: 0.89 and the lightness value of 440996 is 0.31.

The process color (four color CMYK) of #440996 color hex is 0.55, 0.94, 0.00, 0.41. Web safe color of #440996 is #330099. Color #440996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001001 10010110
Octal 104 11 226
Decimal 68 9 150
Hex 44 9 96

RGB Percentages of Color #440996

%29.96
%3.96
%66.08

CMYK Percentages of Color #440996

%55
%94
%0
%41

Triadic Colors of #440996

#440996 #964409 #099644

Analogous Colors of #440996

#440996 #8b0996 #091596

Monochromatic Colors of #440996

#440996

Complementary Color

#440996 #5b9609

#440996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440996 Color CSS Codes

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

#440996 Text Font Color

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

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


#440996 Background Color

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

This div background color is #440996


#440996 Border Color

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

This div border color is #440996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440996


Comments

No comments written yet.

Please login to write comment.