Color Hex Logo

#20486d Color Hex

#20486D
(32,72,109)
0 Favorites   0 Comments

Color spaces of #20486d

RGB 3272109
HSL0.580.550.28
HSV209°71°43°
CMYK 0.710.340.00   0.57
XYZ5.67336.045915.3360
Yxy6.04590.20970.2235
Hunter Lab24.5884-1.8443-19.7678
CIE-Lab29.5280-0.8362-25.5627

#20486d color RGB value is (32,72,109).

#20486d hex color red value is 32, green value is 72 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #20486d hue: 0.58 , saturation: 0.55 and the lightness value of 20486d is 0.28.

The process color (four color CMYK) of #20486d color hex is 0.71, 0.34, 0.00, 0.57. Web safe color of #20486d is #333366. Color #20486d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001000 01101101
Octal 40 110 155
Decimal 32 72 109
Hex 20 48 6D

RGB Percentages of Color #20486d

%15.02
%33.80
%51.17

CMYK Percentages of Color #20486d

%71
%34
%0
%57

Triadic Colors of #20486d

#20486d #6d2048 #486d20

Analogous Colors of #20486d

#20486d #20226d #206d6c

Monochromatic Colors of #20486d

#20486d

Complementary Color

#20486d #6d4520

#20486d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20486d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20486d Color CSS Codes

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

#20486d Text Font Color

<p style="color:#20486d">Text here</p>

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


#20486d Background Color

<div style="background-color:#20486d">
Div content here</div>

This div background color is #20486d


#20486d Border Color

<div style="border:3px solid #20486d">
Div here</div>

This div border color is #20486d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20486d


Comments

No comments written yet.

Please login to write comment.