Color Hex Logo

#4404aa Color Hex

#4404AA
(68,4,170)
0 Favorites   0 Comments

Color spaces of #4404aa

RGB 684170
HSL0.730.950.34
HSV263°98°67°
CMYK 0.600.980.00   0.33
XYZ9.68304.218138.3340
Yxy4.21810.18540.0808
Hunter Lab20.538048.2154-96.2876
CIE-Lab24.379759.4710-71.6025

#4404aa color RGB value is (68,4,170).

#4404aa hex color red value is 68, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4404aa hue: 0.73 , saturation: 0.95 and the lightness value of 4404aa is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000100 10101010
Octal 104 4 252
Decimal 68 4 170
Hex 44 4 AA

RGB Percentages of Color #4404aa

%28.10
%1.65
%70.25

CMYK Percentages of Color #4404aa

%60
%98
%0
%33

Triadic Colors of #4404aa

#4404aa #aa4404 #04aa44

Analogous Colors of #4404aa

#4404aa #9704aa #0417aa

Monochromatic Colors of #4404aa

#4404aa

Complementary Color

#4404aa #6aaa04

#4404aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4404aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4404aa Color CSS Codes

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

#4404aa Text Font Color

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

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


#4404aa Background Color

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

This div background color is #4404aa


#4404aa Border Color

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

This div border color is #4404aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4404aa


Comments

No comments written yet.

Please login to write comment.