Color Hex Logo

#20147c Color Hex

#20147C
(32,20,124)
0 Favorites   0 Comments

Color spaces of #20147c

RGB 3220124
HSL0.690.720.28
HSV247°84°49°
CMYK 0.740.840.00   0.51
XYZ4.48392.262619.2692
Yxy2.26260.17240.0870
Hunter Lab15.041926.8862-65.4230
CIE-Lab16.809139.2474-55.7201

#20147c color RGB value is (32,20,124).

#20147c hex color red value is 32, green value is 20 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #20147c hue: 0.69 , saturation: 0.72 and the lightness value of 20147c is 0.28.

The process color (four color CMYK) of #20147c color hex is 0.74, 0.84, 0.00, 0.51. Web safe color of #20147c is #330066. Color #20147c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00010100 01111100
Octal 40 24 174
Decimal 32 20 124
Hex 20 14 7C

RGB Percentages of Color #20147c

%18.18
%11.36
%70.45

CMYK Percentages of Color #20147c

%74
%84
%0
%51

Triadic Colors of #20147c

#20147c #7c2014 #147c20

Analogous Colors of #20147c

#20147c #54147c #143c7c

Monochromatic Colors of #20147c

#20147c

Complementary Color

#20147c #707c14

#20147c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20147c Color Preview on White Background

Lorem ipsum dolor sit amet.

#20147c Color CSS Codes

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

#20147c Text Font Color

<p style="color:#20147c">Text here</p>

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


#20147c Background Color

<div style="background-color:#20147c">
Div content here</div>

This div background color is #20147c


#20147c Border Color

<div style="border:3px solid #20147c">
Div here</div>

This div border color is #20147c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,20,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20147c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20147c;
  -webkit-box-shadow: 1px 1px 3px 2px #20147c;
  box-shadow:         1px 1px 3px 2px #20147c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20147c


Comments

No comments written yet.

Please login to write comment.