Color Hex Logo

#441baa Color Hex

#441BAA
(68,27,170)
0 Favorites   0 Comments

Color spaces of #441baa

RGB 6827170
HSL0.710.730.39
HSV257°84°67°
CMYK 0.600.840.00   0.33
XYZ10.03154.915138.4502
Yxy4.91510.18790.0920
Hunter Lab22.170041.9702-87.3096
CIE-Lab26.491553.1372-68.1041

#441baa color RGB value is (68,27,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011011 10101010
Octal 104 33 252
Decimal 68 27 170
Hex 44 1B AA

RGB Percentages of Color #441baa

%25.66
%10.19
%64.15

CMYK Percentages of Color #441baa

%60
%84
%0
%33

Triadic Colors of #441baa

#441baa #aa441b #1baa44

Analogous Colors of #441baa

#441baa #8c1baa #1b3aaa

Monochromatic Colors of #441baa

#441baa

Complementary Color

#441baa #81aa1b

#441baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#441baa Color CSS Codes

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

#441baa Text Font Color

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

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


#441baa Background Color

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

This div background color is #441baa


#441baa Border Color

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

This div border color is #441baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441baa


Comments

No comments written yet.

Please login to write comment.