Color Hex Logo

#50757d Color Hex

#50757D
(80,117,125)
0 Favorites   0 Comments

Color spaces of #50757d

RGB 80117125
HSL0.530.220.40
HSV191°36°49°
CMYK 0.360.060.00   0.51
XYZ13.371215.908721.7680
Yxy15.90870.26190.3116
Hunter Lab39.8857-9.9600-4.4381
CIE-Lab46.8545-10.8802-8.5755

#50757d color RGB value is (80,117,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110101 01111101
Octal 120 165 175
Decimal 80 117 125
Hex 50 75 7D

RGB Percentages of Color #50757d

%24.84
%36.34
%38.82

CMYK Percentages of Color #50757d

%36
%6
%0
%51

Triadic Colors of #50757d

#50757d #7d5075 #757d50

Analogous Colors of #50757d

#50757d #505f7d #507d6f

Monochromatic Colors of #50757d

#50757d

Complementary Color

#50757d #7d5850

#50757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50757d Color CSS Codes

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

#50757d Text Font Color

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

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


#50757d Background Color

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

This div background color is #50757d


#50757d Border Color

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

This div border color is #50757d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,117,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 #50757d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50757d


Comments

No comments written yet.

Please login to write comment.