Color Hex Logo

#441caa Color Hex

#441CAA
(68,28,170)
0 Favorites   0 Comments

Color spaces of #441caa

RGB 6828170
HSL0.710.720.39
HSV257°84°67°
CMYK 0.600.840.00   0.33
XYZ10.05484.961738.4580
Yxy4.96170.18800.0928
Hunter Lab22.274941.5932-86.7729
CIE-Lab26.625452.7430-67.8828

#441caa color RGB value is (68,28,170).

#441caa hex color red value is 68, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #441caa hue: 0.71 , saturation: 0.72 and the lightness value of 441caa is 0.39.

The process color (four color CMYK) of #441caa color hex is 0.60, 0.84, 0.00, 0.33. Web safe color of #441caa is #333399. Color #441caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011100 10101010
Octal 104 34 252
Decimal 68 28 170
Hex 44 1C AA

RGB Percentages of Color #441caa

%25.56
%10.53
%63.91

CMYK Percentages of Color #441caa

%60
%84
%0
%33

Triadic Colors of #441caa

#441caa #aa441c #1caa44

Analogous Colors of #441caa

#441caa #8b1caa #1c3baa

Monochromatic Colors of #441caa

#441caa

Complementary Color

#441caa #82aa1c

#441caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#441caa Color CSS Codes

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

#441caa Text Font Color

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

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


#441caa Background Color

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

This div background color is #441caa


#441caa Border Color

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

This div border color is #441caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441caa


Comments

No comments written yet.

Please login to write comment.