Color Hex Logo

#2083ad Color Hex

#2083AD
(32,131,173)
0 Favorites   0 Comments

Color spaces of #2083ad

RGB 32131173
HSL0.550.690.40
HSV198°82°68°
CMYK 0.820.240.00   0.32
XYZ16.254819.556842.4533
Yxy19.55680.20770.2499
Hunter Lab44.2231-11.7802-25.9611
CIE-Lab51.3324-12.6908-30.0199

#2083ad color RGB value is (32,131,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10000011 10101101
Octal 40 203 255
Decimal 32 131 173
Hex 20 83 AD

RGB Percentages of Color #2083ad

%9.52
%38.99
%51.49

CMYK Percentages of Color #2083ad

%82
%24
%0
%32

Triadic Colors of #2083ad

#2083ad #ad2083 #83ad20

Analogous Colors of #2083ad

#2083ad #203cad #20ad91

Monochromatic Colors of #2083ad

#2083ad

Complementary Color

#2083ad #ad4a20

#2083ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2083ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2083ad Color CSS Codes

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

#2083ad Text Font Color

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

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


#2083ad Background Color

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

This div background color is #2083ad


#2083ad Border Color

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

This div border color is #2083ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2083ad


Comments

No comments written yet.

Please login to write comment.