Color Hex Logo

#20047e Color Hex

#20047E
(32,4,126)
0 Favorites   0 Comments

Color spaces of #20047e

RGB 324126
HSL0.700.940.25
HSV254°97°49°
CMYK 0.750.970.00   0.51
XYZ4.40501.900319.8733
Yxy1.90030.16830.0726
Hunter Lab13.785132.9152-75.8256
CIE-Lab14.955146.1727-60.0780

#20047e color RGB value is (32,4,126).

#20047e hex color red value is 32, green value is 4 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #20047e hue: 0.70 , saturation: 0.94 and the lightness value of 20047e is 0.25.

The process color (four color CMYK) of #20047e color hex is 0.75, 0.97, 0.00, 0.51. Web safe color of #20047e is #330066. Color #20047e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000100 01111110
Octal 40 4 176
Decimal 32 4 126
Hex 20 4 7E

RGB Percentages of Color #20047e

%19.75
%2.47
%77.78

CMYK Percentages of Color #20047e

%75
%97
%0
%51

Triadic Colors of #20047e

#20047e #7e2004 #047e20

Analogous Colors of #20047e

#20047e #5d047e #04257e

Monochromatic Colors of #20047e

#20047e

Complementary Color

#20047e #627e04

#20047e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20047e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20047e Color CSS Codes

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

#20047e Text Font Color

<p style="color:#20047e">Text here</p>

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


#20047e Background Color

<div style="background-color:#20047e">
Div content here</div>

This div background color is #20047e


#20047e Border Color

<div style="border:3px solid #20047e">
Div here</div>

This div border color is #20047e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,4,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20047e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20047e;
  -webkit-box-shadow: 1px 1px 3px 2px #20047e;
  box-shadow:         1px 1px 3px 2px #20047e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20047e


Comments

No comments written yet.

Please login to write comment.