Color spaces of #a95efe
RGB | 169 | 94 | 254 |
---|---|---|---|
HSL | 0.74 | 0.99 | 0.68 |
HSV | 268° | 63° | 100° |
CMYK | 0.33 | 0.63 | 0.00 0.00 |
XYZ | 38.2543 | 23.5962 | 96.3042 |
Yxy | 23.5962 | 0.2419 | 0.1492 |
Hunter Lab | 48.5759 | 55.5637 | -83.5423 |
CIE-Lab | 55.6812 | 60.1915 | -68.3928 |
#a95efe color RGB value is (169,94,254).
#a95efe hex color red value is 169, green value is 94 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a95efe hue: 0.74 , saturation: 0.99 and the lightness value of a95efe is 0.68.
The process color (four color CMYK) of #a95efe color hex is 0.33, 0.63, 0.00, 0.00. Web safe color of #a95efe is #9966ff. Color #a95efe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01011110 | 11111110 |
Octal | 251 | 136 | 376 |
Decimal | 169 | 94 | 254 |
Hex | A9 | 5E | FE |
Shades of #a95efe
Tints of #a95efe
RGB Percentages of Color #a95efe
CMYK Percentages of Color #a95efe
Complementary Color
#a95efe | #b3fe5e |
#a95efe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a95efe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a95efe Color CSS Codes
.mybgcolor {background-color:#a95efe; } .myforecolor {color:#a95efe; } .mybordercolor {border:3px solid #a95efe; }
#a95efe Text Font Color
<p style="color:#a95efe">Text here</p>
This sample text font color is #a95efe
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.
#a95efe Background Color
<div style="background-color:#a95efe">
Div content here</div>
This div background color is #a95efe
#a95efe Border Color
<div style="border:3px solid #a95efe">
Div here</div>
This div border color is #a95efe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,94,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a95efe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a95efe; -webkit-box-shadow: 1px 1px 3px 2px #a95efe; box-shadow: 1px 1px 3px 2px #a95efe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,94,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 #a95efe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a95efe; -webkit-box-shadow: 1px 1px 3px 2px #a95efe; box-shadow: 1px 1px 3px 2px #a95efe;">
Div content here</div>
This div box has shadow with color #a95efe
Comments
No comments written yet.
Please login to write comment.