Color Hex Logo

#50707d Color Hex

#50707D
(80,112,125)
0 Favorites   0 Comments

Color spaces of #50707d

RGB 80112125
HSL0.550.220.40
HSV197°36°49°
CMYK 0.360.100.00   0.51
XYZ12.804114.774521.5789
Yxy14.77450.26050.3006
Hunter Lab38.4376-7.8050-6.3791
CIE-Lab45.3238-8.0119-10.8750

#50707d color RGB value is (80,112,125).

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

The process color (four color CMYK) of #50707d color hex is 0.36, 0.10, 0.00, 0.51. Web safe color of #50707d is #666666. Color #50707d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 01111101
Octal 120 160 175
Decimal 80 112 125
Hex 50 70 7D

RGB Percentages of Color #50707d

%25.24
%35.33
%39.43

CMYK Percentages of Color #50707d

%36
%10
%0
%51

Triadic Colors of #50707d

#50707d #7d5070 #707d50

Analogous Colors of #50707d

#50707d #505a7d #507d74

Monochromatic Colors of #50707d

#50707d

Complementary Color

#50707d #7d5d50

#50707d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50707d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50707d Color CSS Codes

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

#50707d Text Font Color

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

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


#50707d Background Color

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

This div background color is #50707d


#50707d Border Color

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

This div border color is #50707d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50707d


Comments

No comments written yet.

Please login to write comment.