Color Hex Logo

#50728f Color Hex

#50728F
(80,114,143)
0 Favorites   0 Comments

Color spaces of #50728f

RGB 80114143
HSL0.580.280.44
HSV208°44°56°
CMYK 0.440.200.00   0.44
XYZ14.283515.723328.2687
Yxy15.72330.24510.2698
Hunter Lab39.6526-5.0936-14.5115
CIE-Lab46.6094-4.0391-19.6415

#50728f color RGB value is (80,114,143).

#50728f hex color red value is 80, green value is 114 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #50728f hue: 0.58 , saturation: 0.28 and the lightness value of 50728f is 0.44.

The process color (four color CMYK) of #50728f color hex is 0.44, 0.20, 0.00, 0.44. Web safe color of #50728f is #666699. Color #50728f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110010 10001111
Octal 120 162 217
Decimal 80 114 143
Hex 50 72 8F

RGB Percentages of Color #50728f

%23.74
%33.83
%42.43

CMYK Percentages of Color #50728f

%44
%20
%0
%44

Triadic Colors of #50728f

#50728f #8f5072 #728f50

Analogous Colors of #50728f

#50728f #50538f #508f8d

Monochromatic Colors of #50728f

#50728f

Complementary Color

#50728f #8f6d50

#50728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50728f Color CSS Codes

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

#50728f Text Font Color

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

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


#50728f Background Color

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

This div background color is #50728f


#50728f Border Color

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

This div border color is #50728f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,114,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50728f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50728f;
  -webkit-box-shadow: 1px 1px 3px 2px #50728f;
  box-shadow:         1px 1px 3px 2px #50728f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50728f


Comments

No comments written yet.

Please login to write comment.