Color Hex Logo

#2048ad Color Hex

#2048AD
(32,72,173)
0 Favorites   0 Comments

Color spaces of #2048ad

RGB 3272173
HSL0.620.690.40
HSV223°82°68°
CMYK 0.820.580.00   0.32
XYZ10.45597.958940.5203
Yxy7.95890.17740.1350
Hunter Lab28.211516.7864-65.4104
CIE-Lab33.897124.5027-57.8285

#2048ad color RGB value is (32,72,173).

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

The process color (four color CMYK) of #2048ad color hex is 0.82, 0.58, 0.00, 0.32. Web safe color of #2048ad is #333399. Color #2048ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001000 10101101
Octal 40 110 255
Decimal 32 72 173
Hex 20 48 AD

RGB Percentages of Color #2048ad

%11.55
%25.99
%62.45

CMYK Percentages of Color #2048ad

%82
%58
%0
%32

Triadic Colors of #2048ad

#2048ad #ad2048 #48ad20

Analogous Colors of #2048ad

#2048ad #3f20ad #208fad

Monochromatic Colors of #2048ad

#2048ad

Complementary Color

#2048ad #ad8520

#2048ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2048ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2048ad Color CSS Codes

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

#2048ad Text Font Color

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

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


#2048ad Background Color

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

This div background color is #2048ad


#2048ad Border Color

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

This div border color is #2048ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2048ad


Comments

No comments written yet.

Please login to write comment.