Color spaces of #50005a
RGB | 80 | 0 | 90 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.18 |
HSV | 293° | 100° | 35° |
CMYK | 0.11 | 1.00 | 0.00 0.65 |
XYZ | 5.1537 | 2.4437 | 9.8729 |
Yxy | 2.4437 | 0.2950 | 0.1399 |
Hunter Lab | 15.6323 | 31.4916 | -26.5031 |
CIE-Lab | 17.6621 | 44.1525 | -31.8134 |
#50005a color RGB value is (80,0,90).
#50005a hex color red value is 80, green value is 0 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #50005a hue: 0.81 , saturation: 1.00 and the lightness value of 50005a is 0.18.
The process color (four color CMYK) of #50005a color hex is 0.11, 1.00, 0.00, 0.65. Web safe color of #50005a is #660066. Color #50005a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00000000 | 01011010 |
Octal | 120 | 0 | 132 |
Decimal | 80 | 0 | 90 |
Hex | 50 | 0 | 5A |
Shades of #50005a
Tints of #50005a
RGB Percentages of Color #50005a
CMYK Percentages of Color #50005a
Complementary Color
#50005a | #0a5a00 |
#50005a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50005a Color Preview on White Background
Lorem ipsum dolor sit amet.
#50005a Color CSS Codes
.mybgcolor {background-color:#50005a; } .myforecolor {color:#50005a; } .mybordercolor {border:3px solid #50005a; }
#50005a Text Font Color
<p style="color:#50005a">Text here</p>
This sample text font color is #50005a
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.
#50005a Background Color
<div style="background-color:#50005a">
Div content here</div>
This div background color is #50005a
#50005a Border Color
<div style="border:3px solid #50005a">
Div here</div>
This div border color is #50005a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,0,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50005a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50005a; -webkit-box-shadow: 1px 1px 3px 2px #50005a; box-shadow: 1px 1px 3px 2px #50005a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,0,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50005a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50005a; -webkit-box-shadow: 1px 1px 3px 2px #50005a; box-shadow: 1px 1px 3px 2px #50005a;">
Div content here</div>
This div box has shadow with color #50005a
#50005a Color Palettes
Comments
No comments written yet.
Please login to write comment.