Color Hex Logo

#50748e Color Hex

#50748E
(80,116,142)
0 Favorites   0 Comments

Color spaces of #50748e

RGB 80116142
HSL0.570.280.44
HSV205°44°56°
CMYK 0.440.180.00   0.44
XYZ14.436116.149227.9474
Yxy16.14920.24660.2759
Hunter Lab40.1861-6.2028-13.1030
CIE-Lab47.1696-5.5107-18.1902

#50748e color RGB value is (80,116,142).

#50748e hex color red value is 80, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #50748e hue: 0.57 , saturation: 0.28 and the lightness value of 50748e is 0.44.

The process color (four color CMYK) of #50748e color hex is 0.44, 0.18, 0.00, 0.44. Web safe color of #50748e is #666699. Color #50748e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 10001110
Octal 120 164 216
Decimal 80 116 142
Hex 50 74 8E

RGB Percentages of Color #50748e

%23.67
%34.32
%42.01

CMYK Percentages of Color #50748e

%44
%18
%0
%44

Triadic Colors of #50748e

#50748e #8e5074 #748e50

Analogous Colors of #50748e

#50748e #50558e #508e89

Monochromatic Colors of #50748e

#50748e

Complementary Color

#50748e #8e6a50

#50748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50748e Color CSS Codes

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

#50748e Text Font Color

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

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


#50748e Background Color

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

This div background color is #50748e


#50748e Border Color

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

This div border color is #50748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50748e


Comments

No comments written yet.

Please login to write comment.