Color spaces of #944aad
RGB | 148 | 74 | 173 |
---|---|---|---|
HSL | 0.79 | 0.40 | 0.48 |
HSV | 285° | 57° | 68° |
CMYK | 0.14 | 0.57 | 0.00 0.32 |
XYZ | 22.2043 | 14.2106 | 41.1078 |
Yxy | 14.2106 | 0.2864 | 0.1833 |
Hunter Lab | 37.6969 | 39.1706 | -38.2667 |
CIE-Lab | 44.5335 | 47.0224 | -40.1820 |
#944aad color RGB value is (148,74,173).
#944aad hex color red value is 148, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #944aad hue: 0.79 , saturation: 0.40 and the lightness value of 944aad is 0.48.
The process color (four color CMYK) of #944aad color hex is 0.14, 0.57, 0.00, 0.32. Web safe color of #944aad is #993399. Color #944aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01001010 | 10101101 |
Octal | 224 | 112 | 255 |
Decimal | 148 | 74 | 173 |
Hex | 94 | 4A | AD |
Shades of #944aad
Tints of #944aad
RGB Percentages of Color #944aad
CMYK Percentages of Color #944aad
Complementary Color
#944aad | #63ad4a |
#944aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#944aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#944aad Color CSS Codes
.mybgcolor {background-color:#944aad; } .myforecolor {color:#944aad; } .mybordercolor {border:3px solid #944aad; }
#944aad Text Font Color
<p style="color:#944aad">Text here</p>
This sample text font color is #944aad
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.
#944aad Background Color
<div style="background-color:#944aad">
Div content here</div>
This div background color is #944aad
#944aad Border Color
<div style="border:3px solid #944aad">
Div here</div>
This div border color is #944aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,74,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #944aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #944aad; -webkit-box-shadow: 1px 1px 3px 2px #944aad; box-shadow: 1px 1px 3px 2px #944aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,74,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #944aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #944aad; -webkit-box-shadow: 1px 1px 3px 2px #944aad; box-shadow: 1px 1px 3px 2px #944aad;">
Div content here</div>
This div box has shadow with color #944aad
Comments
No comments written yet.
Please login to write comment.