Color spaces of #9446aa
RGB | 148 | 70 | 170 |
---|---|---|---|
HSL | 0.80 | 0.42 | 0.47 |
HSV | 287° | 59° | 67° |
CMYK | 0.13 | 0.59 | 0.00 0.33 |
XYZ | 21.6586 | 13.5785 | 39.5096 |
Yxy | 13.5785 | 0.2898 | 0.1817 |
Hunter Lab | 36.8490 | 40.4305 | -37.7766 |
CIE-Lab | 43.6223 | 48.4062 | -39.8548 |
#9446aa color RGB value is (148,70,170).
#9446aa hex color red value is 148, green value is 70 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9446aa hue: 0.80 , saturation: 0.42 and the lightness value of 9446aa is 0.47.
The process color (four color CMYK) of #9446aa color hex is 0.13, 0.59, 0.00, 0.33. Web safe color of #9446aa is #993399. Color #9446aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01000110 | 10101010 |
Octal | 224 | 106 | 252 |
Decimal | 148 | 70 | 170 |
Hex | 94 | 46 | AA |
Shades of #9446aa
Tints of #9446aa
RGB Percentages of Color #9446aa
CMYK Percentages of Color #9446aa
Complementary Color
#9446aa | #5caa46 |
#9446aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9446aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#9446aa Color CSS Codes
.mybgcolor {background-color:#9446aa; } .myforecolor {color:#9446aa; } .mybordercolor {border:3px solid #9446aa; }
#9446aa Text Font Color
<p style="color:#9446aa">Text here</p>
This sample text font color is #9446aa
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.
#9446aa Background Color
<div style="background-color:#9446aa">
Div content here</div>
This div background color is #9446aa
#9446aa Border Color
<div style="border:3px solid #9446aa">
Div here</div>
This div border color is #9446aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,70,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9446aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9446aa; -webkit-box-shadow: 1px 1px 3px 2px #9446aa; box-shadow: 1px 1px 3px 2px #9446aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,70,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 #9446aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9446aa; -webkit-box-shadow: 1px 1px 3px 2px #9446aa; box-shadow: 1px 1px 3px 2px #9446aa;">
Div content here</div>
This div box has shadow with color #9446aa
Comments
No comments written yet.
Please login to write comment.