Color Hex Logo

#4414aa Color Hex

#4414AA
(68,20,170)
0 Favorites   0 Comments

Color spaces of #4414aa

RGB 6820170
HSL0.720.790.37
HSV259°88°67°
CMYK 0.600.880.00   0.33
XYZ9.88984.631538.4029
Yxy4.63150.18690.0875
Hunter Lab21.520944.3669-90.7351
CIE-Lab25.658055.6120-69.4832

#4414aa color RGB value is (68,20,170).

#4414aa hex color red value is 68, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4414aa hue: 0.72 , saturation: 0.79 and the lightness value of 4414aa is 0.37.

The process color (four color CMYK) of #4414aa color hex is 0.60, 0.88, 0.00, 0.33. Web safe color of #4414aa is #330099. Color #4414aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 10101010
Octal 104 24 252
Decimal 68 20 170
Hex 44 14 AA

RGB Percentages of Color #4414aa

%26.36
%7.75
%65.89

CMYK Percentages of Color #4414aa

%60
%88
%0
%33

Triadic Colors of #4414aa

#4414aa #aa4414 #14aa44

Analogous Colors of #4414aa

#4414aa #8f14aa #142faa

Monochromatic Colors of #4414aa

#4414aa

Complementary Color

#4414aa #7aaa14

#4414aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4414aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4414aa Color CSS Codes

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

#4414aa Text Font Color

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

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


#4414aa Background Color

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

This div background color is #4414aa


#4414aa Border Color

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

This div border color is #4414aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4414aa


Comments

No comments written yet.

Please login to write comment.