Color Hex Logo

#4032aa Color Hex

#4032AA
(64,50,170)
0 Favorites   0 Comments

Color spaces of #4032aa

RGB 6450170
HSL0.690.550.43
HSV247°71°67°
CMYK 0.620.710.00   0.33
XYZ10.51076.273538.6871
Yxy6.27350.18950.1131
Hunter Lab25.047031.0735-74.0455
CIE-Lab30.092341.3209-62.1856

#4032aa color RGB value is (64,50,170).

#4032aa hex color red value is 64, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4032aa hue: 0.69 , saturation: 0.55 and the lightness value of 4032aa is 0.43.

The process color (four color CMYK) of #4032aa color hex is 0.62, 0.71, 0.00, 0.33. Web safe color of #4032aa is #333399. Color #4032aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110010 10101010
Octal 100 62 252
Decimal 64 50 170
Hex 40 32 AA

RGB Percentages of Color #4032aa

%22.54
%17.61
%59.86

CMYK Percentages of Color #4032aa

%62
%71
%0
%33

Triadic Colors of #4032aa

#4032aa #aa4032 #32aa40

Analogous Colors of #4032aa

#4032aa #7c32aa #3260aa

Monochromatic Colors of #4032aa

#4032aa

Complementary Color

#4032aa #9caa32

#4032aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4032aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4032aa Color CSS Codes

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

#4032aa Text Font Color

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

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


#4032aa Background Color

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

This div background color is #4032aa


#4032aa Border Color

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

This div border color is #4032aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4032aa


Comments

No comments written yet.

Please login to write comment.