Color Hex Logo

#20424f Color Hex

#20424F
(32,66,79)
0 Favorites   0 Comments

Color spaces of #20424f

RGB 326679
HSL0.550.420.22
HSV197°59°31°
CMYK 0.590.160.00   0.69
XYZ3.95524.76808.1090
Yxy4.76800.23500.2833
Hunter Lab21.8358-5.8801-6.7331
CIE-Lab26.0633-8.0414-11.6229

#20424f color RGB value is (32,66,79).

#20424f hex color red value is 32, green value is 66 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #20424f hue: 0.55 , saturation: 0.42 and the lightness value of 20424f is 0.22.

The process color (four color CMYK) of #20424f color hex is 0.59, 0.16, 0.00, 0.69. Web safe color of #20424f is #333366. Color #20424f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000010 01001111
Octal 40 102 117
Decimal 32 66 79
Hex 20 42 4F

RGB Percentages of Color #20424f

%18.08
%37.29
%44.63

CMYK Percentages of Color #20424f

%59
%16
%0
%69

Triadic Colors of #20424f

#20424f #4f2042 #424f20

Analogous Colors of #20424f

#20424f #202b4f #204f45

Monochromatic Colors of #20424f

#20424f

Complementary Color

#20424f #4f2d20

#20424f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20424f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20424f Color CSS Codes

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

#20424f Text Font Color

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

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


#20424f Background Color

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

This div background color is #20424f


#20424f Border Color

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

This div border color is #20424f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20424f


Comments

No comments written yet.

Please login to write comment.