Color spaces of #996eee
RGB | 153 | 110 | 238 |
---|---|---|---|
HSL | 0.72 | 0.79 | 0.68 |
HSV | 260° | 54° | 93° |
CMYK | 0.36 | 0.54 | 0.00 0.07 |
XYZ | 34.1454 | 24.0972 | 83.7405 |
Yxy | 24.0972 | 0.2405 | 0.1697 |
Hunter Lab | 49.0889 | 38.2560 | -66.7803 |
CIE-Lab | 56.1850 | 44.2992 | -58.7838 |
#996eee color RGB value is (153,110,238).
#996eee hex color red value is 153, green value is 110 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #996eee hue: 0.72 , saturation: 0.79 and the lightness value of 996eee is 0.68.
The process color (four color CMYK) of #996eee color hex is 0.36, 0.54, 0.00, 0.07. Web safe color of #996eee is #9966ff. Color #996eee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01101110 | 11101110 |
Octal | 231 | 156 | 356 |
Decimal | 153 | 110 | 238 |
Hex | 99 | 6E | EE |
Shades of #996eee
Tints of #996eee
RGB Percentages of Color #996eee
CMYK Percentages of Color #996eee
Complementary Color
#996eee | #c3ee6e |
#996eee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#996eee Color Preview on White Background
Lorem ipsum dolor sit amet.
#996eee Color CSS Codes
.mybgcolor {background-color:#996eee; } .myforecolor {color:#996eee; } .mybordercolor {border:3px solid #996eee; }
#996eee Text Font Color
<p style="color:#996eee">Text here</p>
This sample text font color is #996eee
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.
#996eee Background Color
<div style="background-color:#996eee">
Div content here</div>
This div background color is #996eee
#996eee Border Color
<div style="border:3px solid #996eee">
Div here</div>
This div border color is #996eee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,110,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #996eee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #996eee; -webkit-box-shadow: 1px 1px 3px 2px #996eee; box-shadow: 1px 1px 3px 2px #996eee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,110,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #996eee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #996eee; -webkit-box-shadow: 1px 1px 3px 2px #996eee; box-shadow: 1px 1px 3px 2px #996eee;">
Div content here</div>
This div box has shadow with color #996eee
Comments
No comments written yet.
Please login to write comment.