Color Hex Logo

#205aab Color Hex

#205AAB
(32,90,171)
0 Favorites   0 Comments

Color spaces of #205aab

RGB 3290171
HSL0.600.680.40
HSV215°81°67°
CMYK 0.810.470.00   0.33
XYZ11.602510.559739.9548
Yxy10.55970.18680.1700
Hunter Lab32.49576.8655-50.1525
CIE-Lab38.828811.7011-48.6533

#205aab color RGB value is (32,90,171).

#205aab hex color red value is 32, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #205aab hue: 0.60 , saturation: 0.68 and the lightness value of 205aab is 0.40.

The process color (four color CMYK) of #205aab color hex is 0.81, 0.47, 0.00, 0.33. Web safe color of #205aab is #336699. Color #205aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011010 10101011
Octal 40 132 253
Decimal 32 90 171
Hex 20 5A AB

RGB Percentages of Color #205aab

%10.92
%30.72
%58.36

CMYK Percentages of Color #205aab

%81
%47
%0
%33

Triadic Colors of #205aab

#205aab #ab205a #5aab20

Analogous Colors of #205aab

#205aab #2b20ab #20a0ab

Monochromatic Colors of #205aab

#205aab

Complementary Color

#205aab #ab7120

#205aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#205aab Color CSS Codes

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

#205aab Text Font Color

<p style="color:#205aab">Text here</p>

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


#205aab Background Color

<div style="background-color:#205aab">
Div content here</div>

This div background color is #205aab


#205aab Border Color

<div style="border:3px solid #205aab">
Div here</div>

This div border color is #205aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,90,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #205aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #205aab;
  -webkit-box-shadow: 1px 1px 3px 2px #205aab;
  box-shadow:         1px 1px 3px 2px #205aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,90,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #205aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205aab


Comments

No comments written yet.

Please login to write comment.