Color spaces of #a990fe
RGB | 169 | 144 | 254 |
---|---|---|---|
HSL | 0.70 | 0.98 | 0.78 |
HSV | 254° | 43° | 100° |
CMYK | 0.33 | 0.43 | 0.00 0.00 |
XYZ | 44.2248 | 35.5373 | 98.2944 |
Yxy | 35.5373 | 0.2484 | 0.1996 |
Hunter Lab | 59.6132 | 28.0995 | -56.0323 |
CIE-Lab | 66.1649 | 33.2883 | -51.6310 |
#a990fe color RGB value is (169,144,254).
#a990fe hex color red value is 169, green value is 144 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a990fe hue: 0.70 , saturation: 0.98 and the lightness value of a990fe is 0.78.
The process color (four color CMYK) of #a990fe color hex is 0.33, 0.43, 0.00, 0.00. Web safe color of #a990fe is #9999ff. Color #a990fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10010000 | 11111110 |
Octal | 251 | 220 | 376 |
Decimal | 169 | 144 | 254 |
Hex | A9 | 90 | FE |
Shades of #a990fe
Tints of #a990fe
RGB Percentages of Color #a990fe
CMYK Percentages of Color #a990fe
Complementary Color
#a990fe | #e5fe90 |
#a990fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a990fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a990fe Color CSS Codes
.mybgcolor {background-color:#a990fe; } .myforecolor {color:#a990fe; } .mybordercolor {border:3px solid #a990fe; }
#a990fe Text Font Color
<p style="color:#a990fe">Text here</p>
This sample text font color is #a990fe
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.
#a990fe Background Color
<div style="background-color:#a990fe">
Div content here</div>
This div background color is #a990fe
#a990fe Border Color
<div style="border:3px solid #a990fe">
Div here</div>
This div border color is #a990fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,144,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a990fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a990fe; -webkit-box-shadow: 1px 1px 3px 2px #a990fe; box-shadow: 1px 1px 3px 2px #a990fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,144,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a990fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a990fe; -webkit-box-shadow: 1px 1px 3px 2px #a990fe; box-shadow: 1px 1px 3px 2px #a990fe;">
Div content here</div>
This div box has shadow with color #a990fe
Comments
No comments written yet.
Please login to write comment.