Color Hex Logo

#441399 Color Hex

#441399
(68,19,153)
0 Favorites   0 Comments

Color spaces of #441399

RGB 6819153
HSL0.730.780.34
HSV262°88°60°
CMYK 0.560.880.00   0.40
XYZ8.36653.994630.4671
Yxy3.99460.19540.0933
Hunter Lab19.986539.7451-76.3902
CIE-Lab23.653651.4983-62.4456

#441399 color RGB value is (68,19,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010011 10011001
Octal 104 23 231
Decimal 68 19 153
Hex 44 13 99

RGB Percentages of Color #441399

%28.33
%7.92
%63.75

CMYK Percentages of Color #441399

%56
%88
%0
%40

Triadic Colors of #441399

#441399 #994413 #139944

Analogous Colors of #441399

#441399 #871399 #132599

Monochromatic Colors of #441399

#441399

Complementary Color

#441399 #689913

#441399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441399 Color CSS Codes

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

#441399 Text Font Color

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

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


#441399 Background Color

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

This div background color is #441399


#441399 Border Color

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

This div border color is #441399


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,19,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 #441399">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441399


Comments

No comments written yet.

Please login to write comment.