Color Hex Logo

#20508b Color Hex

#20508B
(32,80,139)
0 Favorites   0 Comments

Color spaces of #20508b

RGB 3280139
HSL0.590.630.34
HSV213°77°55°
CMYK 0.770.420.00   0.45
XYZ8.12457.908525.5244
Yxy7.90850.19550.1903
Hunter Lab28.12212.3553-34.1279
CIE-Lab33.79165.6345-37.4710

#20508b color RGB value is (32,80,139).

#20508b hex color red value is 32, green value is 80 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #20508b hue: 0.59 , saturation: 0.63 and the lightness value of 20508b is 0.34.

The process color (four color CMYK) of #20508b color hex is 0.77, 0.42, 0.00, 0.45. Web safe color of #20508b is #336699. Color #20508b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010000 10001011
Octal 40 120 213
Decimal 32 80 139
Hex 20 50 8B

RGB Percentages of Color #20508b

%12.75
%31.87
%55.38

CMYK Percentages of Color #20508b

%77
%42
%0
%45

Triadic Colors of #20508b

#20508b #8b2050 #508b20

Analogous Colors of #20508b

#20508b #26208b #20868b

Monochromatic Colors of #20508b

#20508b

Complementary Color

#20508b #8b5b20

#20508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#20508b Color CSS Codes

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

#20508b Text Font Color

<p style="color:#20508b">Text here</p>

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


#20508b Background Color

<div style="background-color:#20508b">
Div content here</div>

This div background color is #20508b


#20508b Border Color

<div style="border:3px solid #20508b">
Div here</div>

This div border color is #20508b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,80,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20508b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20508b;
  -webkit-box-shadow: 1px 1px 3px 2px #20508b;
  box-shadow:         1px 1px 3px 2px #20508b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20508b


Comments

No comments written yet.

Please login to write comment.