Color spaces of #9727ae
RGB | 151 | 39 | 174 |
---|---|---|---|
HSL | 0.80 | 0.63 | 0.42 |
HSV | 290° | 78° | 68° |
CMYK | 0.13 | 0.78 | 0.00 0.32 |
XYZ | 21.1280 | 11.0863 | 41.0707 |
Yxy | 11.0863 | 0.2883 | 0.1513 |
Hunter Lab | 33.2961 | 54.9988 | -49.8269 |
CIE-Lab | 39.7254 | 62.6884 | -48.4281 |
#9727ae color RGB value is (151,39,174).
#9727ae hex color red value is 151, green value is 39 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9727ae hue: 0.80 , saturation: 0.63 and the lightness value of 9727ae is 0.42.
The process color (four color CMYK) of #9727ae color hex is 0.13, 0.78, 0.00, 0.32. Web safe color of #9727ae is #993399. Color #9727ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 00100111 | 10101110 |
Octal | 227 | 47 | 256 |
Decimal | 151 | 39 | 174 |
Hex | 97 | 27 | AE |
Shades of #9727ae
Tints of #9727ae
RGB Percentages of Color #9727ae
CMYK Percentages of Color #9727ae
Complementary Color
#9727ae | #3eae27 |
#9727ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9727ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#9727ae Color CSS Codes
.mybgcolor {background-color:#9727ae; } .myforecolor {color:#9727ae; } .mybordercolor {border:3px solid #9727ae; }
#9727ae Text Font Color
<p style="color:#9727ae">Text here</p>
This sample text font color is #9727ae
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.
#9727ae Background Color
<div style="background-color:#9727ae">
Div content here</div>
This div background color is #9727ae
#9727ae Border Color
<div style="border:3px solid #9727ae">
Div here</div>
This div border color is #9727ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,39,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9727ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9727ae; -webkit-box-shadow: 1px 1px 3px 2px #9727ae; box-shadow: 1px 1px 3px 2px #9727ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,39,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9727ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9727ae; -webkit-box-shadow: 1px 1px 3px 2px #9727ae; box-shadow: 1px 1px 3px 2px #9727ae;">
Div content here</div>
This div box has shadow with color #9727ae
Comments
No comments written yet.
Please login to write comment.