Color Hex Logo

#2063aa Color Hex

#2063AA
(32,99,170)
0 Favorites   0 Comments

Color spaces of #2063aa

RGB 3299170
HSL0.590.680.40
HSV211°81°67°
CMYK 0.810.420.00   0.33
XYZ12.313212.133039.7231
Yxy12.13300.19190.1891
Hunter Lab34.83252.1426-43.2319
CIE-Lab41.42675.4673-43.8968

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01100011 10101010
Octal 40 143 252
Decimal 32 99 170
Hex 20 63 AA

RGB Percentages of Color #2063aa

%10.63
%32.89
%56.48

CMYK Percentages of Color #2063aa

%81
%42
%0
%33

Triadic Colors of #2063aa

#2063aa #aa2063 #63aa20

Analogous Colors of #2063aa

#2063aa #2220aa #20a8aa

Monochromatic Colors of #2063aa

#2063aa

Complementary Color

#2063aa #aa6720

#2063aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2063aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2063aa Color CSS Codes

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

#2063aa Text Font Color

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

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


#2063aa Background Color

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

This div background color is #2063aa


#2063aa Border Color

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

This div border color is #2063aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2063aa


Comments

No comments written yet.

Please login to write comment.