Color Hex Logo

#20447f Color Hex

#20447F
(32,68,127)
0 Favorites   0 Comments

Color spaces of #20447f

RGB 3268127
HSL0.600.600.31
HSV217°75°50°
CMYK 0.750.460.00   0.50
XYZ6.49365.973620.8895
Yxy5.97360.19470.1791
Hunter Lab24.44094.6532-33.5661
CIE-Lab29.34588.9464-37.1681

#20447f color RGB value is (32,68,127).

#20447f hex color red value is 32, green value is 68 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #20447f hue: 0.60 , saturation: 0.60 and the lightness value of 20447f is 0.31.

The process color (four color CMYK) of #20447f color hex is 0.75, 0.46, 0.00, 0.50. Web safe color of #20447f is #333366. Color #20447f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000100 01111111
Octal 40 104 177
Decimal 32 68 127
Hex 20 44 7F

RGB Percentages of Color #20447f

%14.10
%29.96
%55.95

CMYK Percentages of Color #20447f

%75
%46
%0
%50

Triadic Colors of #20447f

#20447f #7f2044 #447f20

Analogous Colors of #20447f

#20447f #2c207f #20747f

Monochromatic Colors of #20447f

#20447f

Complementary Color

#20447f #7f5b20

#20447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20447f Color CSS Codes

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

#20447f Text Font Color

<p style="color:#20447f">Text here</p>

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


#20447f Background Color

<div style="background-color:#20447f">
Div content here</div>

This div background color is #20447f


#20447f Border Color

<div style="border:3px solid #20447f">
Div here</div>

This div border color is #20447f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,68,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20447f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20447f;
  -webkit-box-shadow: 1px 1px 3px 2px #20447f;
  box-shadow:         1px 1px 3px 2px #20447f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20447f


Comments

No comments written yet.

Please login to write comment.