Color Hex Logo

#440999 Color Hex

#440999
(68,9,153)
0 Favorites   0 Comments

Color spaces of #440999

RGB 689153
HSL0.730.890.32
HSV265°94°60°
CMYK 0.560.940.00   0.40
XYZ8.23143.724230.4220
Yxy3.72420.19420.0879
Hunter Lab19.298242.3651-79.9571
CIE-Lab22.737954.2417-63.9598

#440999 color RGB value is (68,9,153).

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

The process color (four color CMYK) of #440999 color hex is 0.56, 0.94, 0.00, 0.40. Web safe color of #440999 is #330099. Color #440999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001001 10011001
Octal 104 11 231
Decimal 68 9 153
Hex 44 9 99

RGB Percentages of Color #440999

%29.57
%3.91
%66.52

CMYK Percentages of Color #440999

%56
%94
%0
%40

Triadic Colors of #440999

#440999 #994409 #099944

Analogous Colors of #440999

#440999 #8c0999 #091699

Monochromatic Colors of #440999

#440999

Complementary Color

#440999 #5e9909

#440999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440999 Color CSS Codes

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

#440999 Text Font Color

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

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


#440999 Background Color

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

This div background color is #440999


#440999 Border Color

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

This div border color is #440999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440999


Comments

No comments written yet.

Please login to write comment.