Color Hex Logo

#20516d Color Hex

#20516D
(32,81,109)
0 Favorites   0 Comments

Color spaces of #20516d

RGB 3281109
HSL0.560.550.28
HSV202°71°43°
CMYK 0.710.260.00   0.57
XYZ6.29847.296115.5443
Yxy7.29610.21620.2504
Hunter Lab27.0113-5.6478-15.2120
CIE-Lab32.4717-6.5965-20.9564

#20516d color RGB value is (32,81,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010001 01101101
Octal 40 121 155
Decimal 32 81 109
Hex 20 51 6D

RGB Percentages of Color #20516d

%14.41
%36.49
%49.10

CMYK Percentages of Color #20516d

%71
%26
%0
%57

Triadic Colors of #20516d

#20516d #6d2051 #516d20

Analogous Colors of #20516d

#20516d #202b6d #206d62

Monochromatic Colors of #20516d

#20516d

Complementary Color

#20516d #6d3c20

#20516d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20516d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20516d Color CSS Codes

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

#20516d Text Font Color

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

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


#20516d Background Color

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

This div background color is #20516d


#20516d Border Color

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

This div border color is #20516d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,81,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 #20516d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20516d


Comments

No comments written yet.

Please login to write comment.