Color Hex Logo

#50887c Color Hex

#50887C
(80,136,124)
0 Favorites   0 Comments

Color spaces of #50887c

RGB 80136124
HSL0.460.260.42
HSV167°41°53°
CMYK 0.410.000.09   0.47
XYZ15.750520.769022.2475
Yxy20.76900.26800.3534
Hunter Lab45.5730-18.06142.9574
CIE-Lab52.6957-21.46770.6432

#50887c color RGB value is (80,136,124).

#50887c hex color red value is 80, green value is 136 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #50887c hue: 0.46 , saturation: 0.26 and the lightness value of 50887c is 0.42.

The process color (four color CMYK) of #50887c color hex is 0.41, 0.00, 0.09, 0.47. Web safe color of #50887c is #669966. Color #50887c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001000 01111100
Octal 120 210 174
Decimal 80 136 124
Hex 50 88 7C

RGB Percentages of Color #50887c

%23.53
%40.00
%36.47

CMYK Percentages of Color #50887c

%41
%0
%9
%47

Triadic Colors of #50887c

#50887c #7c5088 #887c50

Analogous Colors of #50887c

#50887c #507888 #508860

Monochromatic Colors of #50887c

#50887c

Complementary Color

#50887c #88505c

#50887c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50887c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50887c Color CSS Codes

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

#50887c Text Font Color

<p style="color:#50887c">Text here</p>

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


#50887c Background Color

<div style="background-color:#50887c">
Div content here</div>

This div background color is #50887c


#50887c Border Color

<div style="border:3px solid #50887c">
Div here</div>

This div border color is #50887c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,136,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50887c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50887c;
  -webkit-box-shadow: 1px 1px 3px 2px #50887c;
  box-shadow:         1px 1px 3px 2px #50887c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50887c


Comments

No comments written yet.

Please login to write comment.