Color spaces of #993baa
RGB | 153 | 59 | 170 |
---|---|---|---|
HSL | 0.81 | 0.48 | 0.45 |
HSV | 291° | 65° | 67° |
CMYK | 0.10 | 0.65 | 0.00 0.33 |
XYZ | 21.9565 | 12.8025 | 39.3441 |
Yxy | 12.8025 | 0.2963 | 0.1728 |
Hunter Lab | 35.7806 | 46.9192 | -40.1485 |
CIE-Lab | 42.4641 | 54.7920 | -41.6522 |
#993baa color RGB value is (153,59,170).
#993baa hex color red value is 153, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #993baa hue: 0.81 , saturation: 0.48 and the lightness value of 993baa is 0.45.
The process color (four color CMYK) of #993baa color hex is 0.10, 0.65, 0.00, 0.33. Web safe color of #993baa is #993399. Color #993baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 00111011 | 10101010 |
Octal | 231 | 73 | 252 |
Decimal | 153 | 59 | 170 |
Hex | 99 | 3B | AA |
Shades of #993baa
Tints of #993baa
RGB Percentages of Color #993baa
CMYK Percentages of Color #993baa
Complementary Color
#993baa | #4caa3b |
#993baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#993baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#993baa Color CSS Codes
.mybgcolor {background-color:#993baa; } .myforecolor {color:#993baa; } .mybordercolor {border:3px solid #993baa; }
#993baa Text Font Color
<p style="color:#993baa">Text here</p>
This sample text font color is #993baa
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.
#993baa Background Color
<div style="background-color:#993baa">
Div content here</div>
This div background color is #993baa
#993baa Border Color
<div style="border:3px solid #993baa">
Div here</div>
This div border color is #993baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,59,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #993baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #993baa; -webkit-box-shadow: 1px 1px 3px 2px #993baa; box-shadow: 1px 1px 3px 2px #993baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,59,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #993baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #993baa; -webkit-box-shadow: 1px 1px 3px 2px #993baa; box-shadow: 1px 1px 3px 2px #993baa;">
Div content here</div>
This div box has shadow with color #993baa
Comments
No comments written yet.
Please login to write comment.