Color Hex Logo

#50798d Color Hex

#50798D
(80,121,141)
0 Favorites   0 Comments

Color spaces of #50798d

RGB 80121141
HSL0.550.280.43
HSV200°43°55°
CMYK 0.430.140.00   0.45
XYZ14.953417.303327.7510
Yxy17.30330.24920.2884
Hunter Lab41.5972-8.6279-10.4364
CIE-Lab48.6399-8.6991-15.3568

#50798d color RGB value is (80,121,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111001 10001101
Octal 120 171 215
Decimal 80 121 141
Hex 50 79 8D

RGB Percentages of Color #50798d

%23.39
%35.38
%41.23

CMYK Percentages of Color #50798d

%43
%14
%0
%45

Triadic Colors of #50798d

#50798d #8d5079 #798d50

Analogous Colors of #50798d

#50798d #505b8d #508d83

Monochromatic Colors of #50798d

#50798d

Complementary Color

#50798d #8d6450

#50798d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50798d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50798d Color CSS Codes

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

#50798d Text Font Color

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

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


#50798d Background Color

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

This div background color is #50798d


#50798d Border Color

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

This div border color is #50798d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50798d

#50798d Color Palettes


Comments

No comments written yet.

Please login to write comment.