Color Hex Logo

#20535f Color Hex

#20535F
(32,83,95)
0 Favorites   0 Comments

Color spaces of #20535f

RGB 328395
HSL0.530.500.25
HSV191°66°37°
CMYK 0.660.130.00   0.63
XYZ5.75457.319811.9360
Yxy7.31980.23010.2927
Hunter Lab27.0551-9.3804-7.2186
CIE-Lab32.5241-12.8228-12.0563

#20535f color RGB value is (32,83,95).

#20535f hex color red value is 32, green value is 83 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #20535f hue: 0.53 , saturation: 0.50 and the lightness value of 20535f is 0.25.

The process color (four color CMYK) of #20535f color hex is 0.66, 0.13, 0.00, 0.63. Web safe color of #20535f is #336666. Color #20535f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010011 01011111
Octal 40 123 137
Decimal 32 83 95
Hex 20 53 5F

RGB Percentages of Color #20535f

%15.24
%39.52
%45.24

CMYK Percentages of Color #20535f

%66
%13
%0
%63

Triadic Colors of #20535f

#20535f #5f2053 #535f20

Analogous Colors of #20535f

#20535f #20345f #205f4c

Monochromatic Colors of #20535f

#20535f

Complementary Color

#20535f #5f2c20

#20535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20535f Color CSS Codes

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

#20535f Text Font Color

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

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


#20535f Background Color

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

This div background color is #20535f


#20535f Border Color

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

This div border color is #20535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20535f


Comments

No comments written yet.

Please login to write comment.