Color spaces of #993eaa
RGB | 153 | 62 | 170 |
---|---|---|---|
HSL | 0.81 | 0.47 | 0.45 |
HSV | 291° | 64° | 67° |
CMYK | 0.10 | 0.64 | 0.00 0.33 |
XYZ | 22.1152 | 13.1198 | 39.3970 |
Yxy | 13.1198 | 0.2963 | 0.1758 |
Hunter Lab | 36.2213 | 45.5975 | -39.1334 |
CIE-Lab | 42.9432 | 53.4645 | -40.8900 |
#993eaa color RGB value is (153,62,170).
#993eaa hex color red value is 153, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #993eaa hue: 0.81 , saturation: 0.47 and the lightness value of 993eaa is 0.45.
The process color (four color CMYK) of #993eaa color hex is 0.10, 0.64, 0.00, 0.33. Web safe color of #993eaa is #993399. Color #993eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 00111110 | 10101010 |
Octal | 231 | 76 | 252 |
Decimal | 153 | 62 | 170 |
Hex | 99 | 3E | AA |
Shades of #993eaa
Tints of #993eaa
RGB Percentages of Color #993eaa
CMYK Percentages of Color #993eaa
Complementary Color
#993eaa | #4faa3e |
#993eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#993eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#993eaa Color CSS Codes
.mybgcolor {background-color:#993eaa; } .myforecolor {color:#993eaa; } .mybordercolor {border:3px solid #993eaa; }
#993eaa Text Font Color
<p style="color:#993eaa">Text here</p>
This sample text font color is #993eaa
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.
#993eaa Background Color
<div style="background-color:#993eaa">
Div content here</div>
This div background color is #993eaa
#993eaa Border Color
<div style="border:3px solid #993eaa">
Div here</div>
This div border color is #993eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,62,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #993eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #993eaa; -webkit-box-shadow: 1px 1px 3px 2px #993eaa; box-shadow: 1px 1px 3px 2px #993eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,62,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 #993eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #993eaa; -webkit-box-shadow: 1px 1px 3px 2px #993eaa; box-shadow: 1px 1px 3px 2px #993eaa;">
Div content here</div>
This div box has shadow with color #993eaa
Comments
No comments written yet.
Please login to write comment.