Color Hex Logo

#50758d Color Hex

#50758D
(80,117,141)
0 Favorites   0 Comments

Color spaces of #50758d

RGB 80117141
HSL0.570.280.43
HSV204°43°55°
CMYK 0.430.170.00   0.45
XYZ14.477316.351127.5924
Yxy16.35110.24780.2799
Hunter Lab40.4365-6.8563-12.1518
CIE-Lab47.4318-6.3872-17.1978

#50758d color RGB value is (80,117,141).

#50758d hex color red value is 80, green value is 117 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #50758d hue: 0.57 , saturation: 0.28 and the lightness value of 50758d is 0.43.

The process color (four color CMYK) of #50758d color hex is 0.43, 0.17, 0.00, 0.45. Web safe color of #50758d is #666699. Color #50758d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110101 10001101
Octal 120 165 215
Decimal 80 117 141
Hex 50 75 8D

RGB Percentages of Color #50758d

%23.67
%34.62
%41.72

CMYK Percentages of Color #50758d

%43
%17
%0
%45

Triadic Colors of #50758d

#50758d #8d5075 #758d50

Analogous Colors of #50758d

#50758d #50578d #508d87

Monochromatic Colors of #50758d

#50758d

Complementary Color

#50758d #8d6850

#50758d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50758d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50758d Color CSS Codes

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

#50758d Text Font Color

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

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


#50758d Background Color

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

This div background color is #50758d


#50758d Border Color

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

This div border color is #50758d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50758d


Comments

No comments written yet.

Please login to write comment.