Color spaces of #50758c
RGB | 80 | 117 | 140 |
---|---|---|---|
HSL | 0.56 | 0.27 | 0.43 |
HSV | 203° | 43° | 55° |
CMYK | 0.43 | 0.16 | 0.00 0.45 |
XYZ | 14.4032 | 16.3215 | 27.2022 |
Yxy | 16.3215 | 0.2486 | 0.2818 |
Hunter Lab | 40.3999 | -7.0617 | -11.6415 |
CIE-Lab | 47.3935 | -6.6785 | -16.6644 |
#50758c color RGB value is (80,117,140).
#50758c hex color red value is 80, green value is 117 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #50758c hue: 0.56 , saturation: 0.27 and the lightness value of 50758c is 0.43.
The process color (four color CMYK) of #50758c color hex is 0.43, 0.16, 0.00, 0.45. Web safe color of #50758c is #666699. Color #50758c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01110101 | 10001100 |
Octal | 120 | 165 | 214 |
Decimal | 80 | 117 | 140 |
Hex | 50 | 75 | 8C |
Shades of #50758c
Tints of #50758c
RGB Percentages of Color #50758c
CMYK Percentages of Color #50758c
Complementary Color
#50758c | #8c6750 |
#50758c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50758c Color Preview on White Background
Lorem ipsum dolor sit amet.
#50758c Color CSS Codes
.mybgcolor {background-color:#50758c; } .myforecolor {color:#50758c; } .mybordercolor {border:3px solid #50758c; }
#50758c Text Font Color
<p style="color:#50758c">Text here</p>
This sample text font color is #50758c
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.
#50758c Background Color
<div style="background-color:#50758c">
Div content here</div>
This div background color is #50758c
#50758c Border Color
<div style="border:3px solid #50758c">
Div here</div>
This div border color is #50758c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,117,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50758c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50758c; -webkit-box-shadow: 1px 1px 3px 2px #50758c; box-shadow: 1px 1px 3px 2px #50758c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,117,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50758c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50758c; -webkit-box-shadow: 1px 1px 3px 2px #50758c; box-shadow: 1px 1px 3px 2px #50758c;">
Div content here</div>
This div box has shadow with color #50758c
Comments
No comments written yet.
Please login to write comment.