Color Hex Logo

#2020aa Color Hex

#2020AA
(32,32,170)
0 Favorites   0 Comments

Color spaces of #2020aa

RGB 3232170
HSL0.670.680.40
HSV240°81°67°
CMYK 0.810.810.00   0.33
XYZ8.36794.242438.4080
Yxy4.24240.16400.0832
Hunter Lab20.597136.4736-96.1419
CIE-Lab24.457148.0471-71.5599

#2020aa color RGB value is (32,32,170).

#2020aa hex color red value is 32, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2020aa hue: 0.67 , saturation: 0.68 and the lightness value of 2020aa is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00100000 10101010
Octal 40 40 252
Decimal 32 32 170
Hex 20 20 AA

RGB Percentages of Color #2020aa

%13.68
%13.68
%72.65

CMYK Percentages of Color #2020aa

%81
%81
%0
%33

Triadic Colors of #2020aa

#2020aa #aa2020 #20aa20

Analogous Colors of #2020aa

#2020aa #6520aa #2065aa

Monochromatic Colors of #2020aa

#2020aa

Complementary Color

#2020aa #aaaa20

#2020aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2020aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2020aa Color CSS Codes

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

#2020aa Text Font Color

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

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


#2020aa Background Color

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

This div background color is #2020aa


#2020aa Border Color

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

This div border color is #2020aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2020aa


Comments

No comments written yet.

Please login to write comment.