Color Hex Logo

#20627d Color Hex

#20627D
(32,98,125)
0 Favorites   0 Comments

Color spaces of #20627d

RGB 3298125
HSL0.550.590.31
HSV197°74°49°
CMYK 0.740.220.00   0.51
XYZ8.665010.523120.9765
Yxy10.52310.21570.2620
Hunter Lab32.4393-9.0890-15.6316
CIE-Lab38.7654-11.0243-21.0873

#20627d color RGB value is (32,98,125).

#20627d hex color red value is 32, green value is 98 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #20627d hue: 0.55 , saturation: 0.59 and the lightness value of 20627d is 0.31.

The process color (four color CMYK) of #20627d color hex is 0.74, 0.22, 0.00, 0.51. Web safe color of #20627d is #336666. Color #20627d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01100010 01111101
Octal 40 142 175
Decimal 32 98 125
Hex 20 62 7D

RGB Percentages of Color #20627d

%12.55
%38.43
%49.02

CMYK Percentages of Color #20627d

%74
%22
%0
%51

Triadic Colors of #20627d

#20627d #7d2062 #627d20

Analogous Colors of #20627d

#20627d #20347d #207d6a

Monochromatic Colors of #20627d

#20627d

Complementary Color

#20627d #7d3b20

#20627d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20627d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20627d Color CSS Codes

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

#20627d Text Font Color

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

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


#20627d Background Color

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

This div background color is #20627d


#20627d Border Color

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

This div border color is #20627d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20627d


Comments

No comments written yet.

Please login to write comment.