Color Hex Logo

#2089ad Color Hex

#2089AD
(32,137,173)
0 Favorites   0 Comments

Color spaces of #2089ad

RGB 32137173
HSL0.540.690.40
HSV195°82°68°
CMYK 0.820.210.00   0.32
XYZ17.084121.215542.7297
Yxy21.21550.21080.2618
Hunter Lab46.0603-14.3985-22.7606
CIE-Lab53.1845-16.0325-27.1429

#2089ad color RGB value is (32,137,173).

#2089ad hex color red value is 32, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2089ad hue: 0.54 , saturation: 0.69 and the lightness value of 2089ad is 0.40.

The process color (four color CMYK) of #2089ad color hex is 0.82, 0.21, 0.00, 0.32. Web safe color of #2089ad is #339999. Color #2089ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001001 10101101
Octal 40 211 255
Decimal 32 137 173
Hex 20 89 AD

RGB Percentages of Color #2089ad

%9.36
%40.06
%50.58

CMYK Percentages of Color #2089ad

%82
%21
%0
%32

Triadic Colors of #2089ad

#2089ad #ad2089 #89ad20

Analogous Colors of #2089ad

#2089ad #2042ad #20ad8b

Monochromatic Colors of #2089ad

#2089ad

Complementary Color

#2089ad #ad4420

#2089ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2089ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2089ad Color CSS Codes

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

#2089ad Text Font Color

<p style="color:#2089ad">Text here</p>

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


#2089ad Background Color

<div style="background-color:#2089ad">
Div content here</div>

This div background color is #2089ad


#2089ad Border Color

<div style="border:3px solid #2089ad">
Div here</div>

This div border color is #2089ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,137,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2089ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2089ad;
  -webkit-box-shadow: 1px 1px 3px 2px #2089ad;
  box-shadow:         1px 1px 3px 2px #2089ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2089ad


Comments

No comments written yet.

Please login to write comment.