Color spaces of #a654fa
RGB | 166 | 84 | 250 |
---|---|---|---|
HSL | 0.75 | 0.94 | 0.65 |
HSV | 270° | 66° | 98° |
CMYK | 0.34 | 0.66 | 0.00 0.02 |
XYZ | 36.1515 | 21.3498 | 92.6580 |
Yxy | 21.3498 | 0.2408 | 0.1422 |
Hunter Lab | 46.2058 | 58.7984 | -86.5520 |
CIE-Lab | 53.3302 | 63.4331 | -69.9921 |
#a654fa color RGB value is (166,84,250).
#a654fa hex color red value is 166, green value is 84 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a654fa hue: 0.75 , saturation: 0.94 and the lightness value of a654fa is 0.65.
The process color (four color CMYK) of #a654fa color hex is 0.34, 0.66, 0.00, 0.02. Web safe color of #a654fa is #9966ff. Color #a654fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01010100 | 11111010 |
Octal | 246 | 124 | 372 |
Decimal | 166 | 84 | 250 |
Hex | A6 | 54 | FA |
Shades of #a654fa
Tints of #a654fa
RGB Percentages of Color #a654fa
CMYK Percentages of Color #a654fa
Complementary Color
#a654fa | #a8fa54 |
#a654fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a654fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a654fa Color CSS Codes
.mybgcolor {background-color:#a654fa; } .myforecolor {color:#a654fa; } .mybordercolor {border:3px solid #a654fa; }
#a654fa Text Font Color
<p style="color:#a654fa">Text here</p>
This sample text font color is #a654fa
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.
#a654fa Background Color
<div style="background-color:#a654fa">
Div content here</div>
This div background color is #a654fa
#a654fa Border Color
<div style="border:3px solid #a654fa">
Div here</div>
This div border color is #a654fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,84,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a654fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a654fa; -webkit-box-shadow: 1px 1px 3px 2px #a654fa; box-shadow: 1px 1px 3px 2px #a654fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,84,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a654fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a654fa; -webkit-box-shadow: 1px 1px 3px 2px #a654fa; box-shadow: 1px 1px 3px 2px #a654fa;">
Div content here</div>
This div box has shadow with color #a654fa
Comments
No comments written yet.
Please login to write comment.