Color Hex Logo

#20556f Color Hex

#20556F
(32,85,111)
0 Favorites   0 Comments

Color spaces of #20556f

RGB 3285111
HSL0.550.550.28
HSV200°71°44°
CMYK 0.710.230.00   0.56
XYZ6.71347.951816.2199
Yxy7.95180.21740.2575
Hunter Lab28.1989-6.8521-14.3641
CIE-Lab33.8823-8.3269-20.0172

#20556f color RGB value is (32,85,111).

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

The process color (four color CMYK) of #20556f color hex is 0.71, 0.23, 0.00, 0.56. Web safe color of #20556f is #336666. Color #20556f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010101 01101111
Octal 40 125 157
Decimal 32 85 111
Hex 20 55 6F

RGB Percentages of Color #20556f

%14.04
%37.28
%48.68

CMYK Percentages of Color #20556f

%71
%23
%0
%56

Triadic Colors of #20556f

#20556f #6f2055 #556f20

Analogous Colors of #20556f

#20556f #202e6f #206f61

Monochromatic Colors of #20556f

#20556f

Complementary Color

#20556f #6f3a20

#20556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20556f Color CSS Codes

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

#20556f Text Font Color

<p style="color:#20556f">Text here</p>

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


#20556f Background Color

<div style="background-color:#20556f">
Div content here</div>

This div background color is #20556f


#20556f Border Color

<div style="border:3px solid #20556f">
Div here</div>

This div border color is #20556f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,85,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20556f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20556f;
  -webkit-box-shadow: 1px 1px 3px 2px #20556f;
  box-shadow:         1px 1px 3px 2px #20556f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20556f


Comments

No comments written yet.

Please login to write comment.