Color Hex Logo

#4000aa Color Hex

#4000AA
(64,0,170)
0 Favorites   0 Comments

Color spaces of #4000aa

RGB 640170
HSL0.731.000.33
HSV263°100°67°
CMYK 0.621.000.00   0.33
XYZ9.37013.992338.3069
Yxy3.99230.18130.0773
Hunter Lab19.980748.7425-99.6837
CIE-Lab23.646060.0909-72.8343

#4000aa color RGB value is (64,0,170).

#4000aa hex color red value is 64, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4000aa hue: 0.73 , saturation: 1.00 and the lightness value of 4000aa is 0.33.

The process color (four color CMYK) of #4000aa color hex is 0.62, 1.00, 0.00, 0.33. Web safe color of #4000aa is #330099. Color #4000aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000000 10101010
Octal 100 0 252
Decimal 64 0 170
Hex 40 0 AA

RGB Percentages of Color #4000aa

%27.35
%0.00
%72.65

CMYK Percentages of Color #4000aa

%62
%100
%0
%33

Triadic Colors of #4000aa

#4000aa #aa4000 #00aa40

Analogous Colors of #4000aa

#4000aa #9500aa #0015aa

Monochromatic Colors of #4000aa

#4000aa

Complementary Color

#4000aa #6aaa00

#4000aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4000aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4000aa Color CSS Codes

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

#4000aa Text Font Color

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

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


#4000aa Background Color

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

This div background color is #4000aa


#4000aa Border Color

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

This div border color is #4000aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4000aa


Comments

No comments written yet.

Please login to write comment.