Color Hex Logo

#20729c Color Hex

#20729C
(32,114,156)
0 Favorites   0 Comments

Color spaces of #20729c

RGB 32114156
HSL0.560.660.37
HSV200°79°61°
CMYK 0.790.270.00   0.39
XYZ12.613714.742033.6332
Yxy14.74200.20680.2417
Hunter Lab38.3953-8.5506-25.0596
CIE-Lab45.2788-9.0948-29.5436

#20729c color RGB value is (32,114,156).

#20729c hex color red value is 32, green value is 114 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #20729c hue: 0.56 , saturation: 0.66 and the lightness value of 20729c is 0.37.

The process color (four color CMYK) of #20729c color hex is 0.79, 0.27, 0.00, 0.39. Web safe color of #20729c is #336699. Color #20729c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01110010 10011100
Octal 40 162 234
Decimal 32 114 156
Hex 20 72 9C

RGB Percentages of Color #20729c

%10.60
%37.75
%51.66

CMYK Percentages of Color #20729c

%79
%27
%0
%39

Triadic Colors of #20729c

#20729c #9c2072 #729c20

Analogous Colors of #20729c

#20729c #20349c #209c88

Monochromatic Colors of #20729c

#20729c

Complementary Color

#20729c #9c4a20

#20729c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20729c Color Preview on White Background

Lorem ipsum dolor sit amet.

#20729c Color CSS Codes

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

#20729c Text Font Color

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

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


#20729c Background Color

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

This div background color is #20729c


#20729c Border Color

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

This div border color is #20729c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20729c


Comments

No comments written yet.

Please login to write comment.