Color Hex Logo

#50707e Color Hex

#50707E
(80,112,126)
0 Favorites   0 Comments

Color spaces of #50707e

RGB 80112126
HSL0.550.220.40
HSV198°37°49°
CMYK 0.370.110.00   0.51
XYZ12.868314.800221.9171
Yxy14.80020.25950.2985
Hunter Lab38.4710-7.6173-6.8480
CIE-Lab45.3593-7.7374-11.4198

#50707e color RGB value is (80,112,126).

#50707e hex color red value is 80, green value is 112 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #50707e hue: 0.55 , saturation: 0.22 and the lightness value of 50707e is 0.40.

The process color (four color CMYK) of #50707e color hex is 0.37, 0.11, 0.00, 0.51. Web safe color of #50707e is #666666. Color #50707e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 01111110
Octal 120 160 176
Decimal 80 112 126
Hex 50 70 7E

RGB Percentages of Color #50707e

%25.16
%35.22
%39.62

CMYK Percentages of Color #50707e

%37
%11
%0
%51

Triadic Colors of #50707e

#50707e #7e5070 #707e50

Analogous Colors of #50707e

#50707e #50597e #507e75

Monochromatic Colors of #50707e

#50707e

Complementary Color

#50707e #7e5e50

#50707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50707e Color CSS Codes

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

#50707e Text Font Color

<p style="color:#50707e">Text here</p>

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


#50707e Background Color

<div style="background-color:#50707e">
Div content here</div>

This div background color is #50707e


#50707e Border Color

<div style="border:3px solid #50707e">
Div here</div>

This div border color is #50707e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,112,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50707e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50707e;
  -webkit-box-shadow: 1px 1px 3px 2px #50707e;
  box-shadow:         1px 1px 3px 2px #50707e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50707e


Comments

No comments written yet.

Please login to write comment.