Color Hex Logo

#20718c Color Hex

#20718C
(32,113,140)
0 Favorites   0 Comments

Color spaces of #20718c

RGB 32113140
HSL0.540.630.34
HSV195°77°55°
CMYK 0.770.190.00   0.45
XYZ11.234414.010826.9232
Yxy14.01080.21530.2686
Hunter Lab37.4310-11.9299-16.4441
CIE-Lab44.2484-14.3107-21.6548

#20718c color RGB value is (32,113,140).

#20718c hex color red value is 32, green value is 113 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #20718c hue: 0.54 , saturation: 0.63 and the lightness value of 20718c is 0.34.

The process color (four color CMYK) of #20718c color hex is 0.77, 0.19, 0.00, 0.45. Web safe color of #20718c is #336699. Color #20718c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01110001 10001100
Octal 40 161 214
Decimal 32 113 140
Hex 20 71 8C

RGB Percentages of Color #20718c

%11.23
%39.65
%49.12

CMYK Percentages of Color #20718c

%77
%19
%0
%45

Triadic Colors of #20718c

#20718c #8c2071 #718c20

Analogous Colors of #20718c

#20718c #203b8c #208c71

Monochromatic Colors of #20718c

#20718c

Complementary Color

#20718c #8c3b20

#20718c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20718c Color Preview on White Background

Lorem ipsum dolor sit amet.

#20718c Color CSS Codes

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

#20718c Text Font Color

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

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


#20718c Background Color

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

This div background color is #20718c


#20718c Border Color

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

This div border color is #20718c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20718c


Comments

No comments written yet.

Please login to write comment.