Color Hex Logo

#20877f Color Hex

#20877F
(32,135,127)
0 Favorites   0 Comments

Color spaces of #20877f

RGB 32135127
HSL0.490.620.33
HSV175°76°53°
CMYK 0.760.000.06   0.47
XYZ13.090419.167323.0884
Yxy19.16730.23650.3463
Hunter Lab43.7805-23.2442-0.6213
CIE-Lab50.8824-30.0750-3.9492

#20877f color RGB value is (32,135,127).

#20877f hex color red value is 32, green value is 135 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #20877f hue: 0.49 , saturation: 0.62 and the lightness value of 20877f is 0.33.

The process color (four color CMYK) of #20877f color hex is 0.76, 0.00, 0.06, 0.47. Web safe color of #20877f is #339966. Color #20877f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10000111 01111111
Octal 40 207 177
Decimal 32 135 127
Hex 20 87 7F

RGB Percentages of Color #20877f

%10.88
%45.92
%43.20

CMYK Percentages of Color #20877f

%76
%0
%6
%47

Triadic Colors of #20877f

#20877f #7f2087 #877f20

Analogous Colors of #20877f

#20877f #205c87 #20874c

Monochromatic Colors of #20877f

#20877f

Complementary Color

#20877f #872028

#20877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20877f Color CSS Codes

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

#20877f Text Font Color

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

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


#20877f Background Color

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

This div background color is #20877f


#20877f Border Color

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

This div border color is #20877f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20877f


Comments

No comments written yet.

Please login to write comment.