Color Hex Logo

#20073c Color Hex

#20073C
(32,7,60)
0 Favorites   0 Comments

Color spaces of #20073c

RGB 32760
HSL0.750.790.13
HSV268°88°24°
CMYK 0.470.880.00   0.76
XYZ1.48730.78534.3482
Yxy0.78530.22460.1186
Hunter Lab8.861714.4504-22.8888
CIE-Lab7.093625.5203-28.5453

#20073c color RGB value is (32,7,60).

#20073c hex color red value is 32, green value is 7 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #20073c hue: 0.75 , saturation: 0.79 and the lightness value of 20073c is 0.13.

The process color (four color CMYK) of #20073c color hex is 0.47, 0.88, 0.00, 0.76. Web safe color of #20073c is #330033. Color #20073c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000111 00111100
Octal 40 7 74
Decimal 32 7 60
Hex 20 7 3C

RGB Percentages of Color #20073c

%32.32
%7.07
%60.61

CMYK Percentages of Color #20073c

%47
%88
%0
%76

Triadic Colors of #20073c

#20073c #3c2007 #073c20

Analogous Colors of #20073c

#20073c #3b073c #07083c

Monochromatic Colors of #20073c

#20073c

Complementary Color

#20073c #233c07

#20073c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20073c Color Preview on White Background

Lorem ipsum dolor sit amet.

#20073c Color CSS Codes

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

#20073c Text Font Color

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

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


#20073c Background Color

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

This div background color is #20073c


#20073c Border Color

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

This div border color is #20073c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20073c


Comments

No comments written yet.

Please login to write comment.