Color spaces of #50123e
RGB | 80 | 18 | 62 |
---|---|---|---|
HSL | 0.88 | 0.63 | 0.19 |
HSV | 317° | 78° | 31° |
CMYK | 0.00 | 0.78 | 0.23 0.69 |
XYZ | 4.3941 | 2.4859 | 4.8057 |
Yxy | 2.4859 | 0.3760 | 0.2127 |
Hunter Lab | 15.7667 | 22.1551 | -7.0349 |
CIE-Lab | 17.8547 | 33.5260 | -12.3096 |
#50123e color RGB value is (80,18,62).
#50123e hex color red value is 80, green value is 18 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #50123e hue: 0.88 , saturation: 0.63 and the lightness value of 50123e is 0.19.
The process color (four color CMYK) of #50123e color hex is 0.00, 0.78, 0.23, 0.69. Web safe color of #50123e is #660033. Color #50123e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00010010 | 00111110 |
Octal | 120 | 22 | 76 |
Decimal | 80 | 18 | 62 |
Hex | 50 | 12 | 3E |
Shades of #50123e
Tints of #50123e
RGB Percentages of Color #50123e
CMYK Percentages of Color #50123e
Complementary Color
#50123e | #125024 |
#50123e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50123e Color Preview on White Background
Lorem ipsum dolor sit amet.
#50123e Color CSS Codes
.mybgcolor {background-color:#50123e; } .myforecolor {color:#50123e; } .mybordercolor {border:3px solid #50123e; }
#50123e Text Font Color
<p style="color:#50123e">Text here</p>
This sample text font color is #50123e
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.
#50123e Background Color
<div style="background-color:#50123e">
Div content here</div>
This div background color is #50123e
#50123e Border Color
<div style="border:3px solid #50123e">
Div here</div>
This div border color is #50123e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,18,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50123e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50123e; -webkit-box-shadow: 1px 1px 3px 2px #50123e; box-shadow: 1px 1px 3px 2px #50123e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,18,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50123e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50123e; -webkit-box-shadow: 1px 1px 3px 2px #50123e; box-shadow: 1px 1px 3px 2px #50123e;">
Div content here</div>
This div box has shadow with color #50123e
Comments
No comments written yet.
Please login to write comment.