Color spaces of #50044b
RGB | 80 | 4 | 75 |
---|---|---|---|
HSL | 0.84 | 0.90 | 0.16 |
HSV | 304° | 95° | 31° |
CMYK | 0.00 | 0.95 | 0.06 0.69 |
XYZ | 4.6217 | 2.3003 | 6.8570 |
Yxy | 2.3003 | 0.3354 | 0.1669 |
Hunter Lab | 15.1667 | 27.8518 | -16.1887 |
CIE-Lab | 16.9903 | 40.2983 | -22.6912 |
#50044b color RGB value is (80,4,75).
#50044b hex color red value is 80, green value is 4 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #50044b hue: 0.84 , saturation: 0.90 and the lightness value of 50044b is 0.16.
The process color (four color CMYK) of #50044b color hex is 0.00, 0.95, 0.06, 0.69. Web safe color of #50044b is #660033. Color #50044b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00000100 | 01001011 |
Octal | 120 | 4 | 113 |
Decimal | 80 | 4 | 75 |
Hex | 50 | 4 | 4B |
Shades of #50044b
Tints of #50044b
RGB Percentages of Color #50044b
CMYK Percentages of Color #50044b
Complementary Color
#50044b | #045009 |
#50044b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50044b Color Preview on White Background
Lorem ipsum dolor sit amet.
#50044b Color CSS Codes
.mybgcolor {background-color:#50044b; } .myforecolor {color:#50044b; } .mybordercolor {border:3px solid #50044b; }
#50044b Text Font Color
<p style="color:#50044b">Text here</p>
This sample text font color is #50044b
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.
#50044b Background Color
<div style="background-color:#50044b">
Div content here</div>
This div background color is #50044b
#50044b Border Color
<div style="border:3px solid #50044b">
Div here</div>
This div border color is #50044b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,4,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50044b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50044b; -webkit-box-shadow: 1px 1px 3px 2px #50044b; box-shadow: 1px 1px 3px 2px #50044b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,4,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50044b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50044b; -webkit-box-shadow: 1px 1px 3px 2px #50044b; box-shadow: 1px 1px 3px 2px #50044b;">
Div content here</div>
This div box has shadow with color #50044b
Comments
No comments written yet.
Please login to write comment.