Color Hex Logo

#20576d Color Hex

#20576D
(32,87,109)
0 Favorites   0 Comments

Color spaces of #20576d

RGB 3287109
HSL0.550.550.28
HSV197°71°43°
CMYK 0.710.200.00   0.57
XYZ6.76428.227615.6996
Yxy8.22760.22040.2681
Hunter Lab28.6838-8.1028-12.3727
CIE-Lab34.4525-10.2645-17.8882

#20576d color RGB value is (32,87,109).

#20576d hex color red value is 32, green value is 87 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #20576d hue: 0.55 , saturation: 0.55 and the lightness value of 20576d is 0.28.

The process color (four color CMYK) of #20576d color hex is 0.71, 0.20, 0.00, 0.57. Web safe color of #20576d is #336666. Color #20576d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010111 01101101
Octal 40 127 155
Decimal 32 87 109
Hex 20 57 6D

RGB Percentages of Color #20576d

%14.04
%38.16
%47.81

CMYK Percentages of Color #20576d

%71
%20
%0
%57

Triadic Colors of #20576d

#20576d #6d2057 #576d20

Analogous Colors of #20576d

#20576d #20306d #206d5d

Monochromatic Colors of #20576d

#20576d

Complementary Color

#20576d #6d3620

#20576d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20576d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20576d Color CSS Codes

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

#20576d Text Font Color

<p style="color:#20576d">Text here</p>

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


#20576d Background Color

<div style="background-color:#20576d">
Div content here</div>

This div background color is #20576d


#20576d Border Color

<div style="border:3px solid #20576d">
Div here</div>

This div border color is #20576d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,87,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20576d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20576d;
  -webkit-box-shadow: 1px 1px 3px 2px #20576d;
  box-shadow:         1px 1px 3px 2px #20576d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20576d


Comments

No comments written yet.

Please login to write comment.