Color Hex Logo

#50748f Color Hex

#50748F
(80,116,143)
0 Favorites   0 Comments

Color spaces of #50748f

RGB 80116143
HSL0.570.280.44
HSV206°44°56°
CMYK 0.440.190.00   0.44
XYZ14.511616.179428.3447
Yxy16.17940.24580.2741
Hunter Lab40.2236-5.9934-13.6238
CIE-Lab47.2090-5.2161-18.7218

#50748f color RGB value is (80,116,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 10001111
Octal 120 164 217
Decimal 80 116 143
Hex 50 74 8F

RGB Percentages of Color #50748f

%23.60
%34.22
%42.18

CMYK Percentages of Color #50748f

%44
%19
%0
%44

Triadic Colors of #50748f

#50748f #8f5074 #748f50

Analogous Colors of #50748f

#50748f #50548f #508f8b

Monochromatic Colors of #50748f

#50748f

Complementary Color

#50748f #8f6b50

#50748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50748f Color CSS Codes

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

#50748f Text Font Color

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

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


#50748f Background Color

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

This div background color is #50748f


#50748f Border Color

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

This div border color is #50748f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50748f


Comments

No comments written yet.

Please login to write comment.