Color spaces of #a610fe
RGB | 166 | 16 | 254 |
---|---|---|---|
HSL | 0.77 | 0.99 | 0.53 |
HSV | 278° | 94° | 100° |
CMYK | 0.35 | 0.94 | 0.00 0.00 |
XYZ | 33.8006 | 15.6333 | 95.0020 |
Yxy | 15.6333 | 0.2340 | 0.1082 |
Hunter Lab | 39.5390 | 83.4008 | -114.7814 |
CIE-Lab | 46.4897 | 84.8889 | -83.3710 |
#a610fe color RGB value is (166,16,254).
#a610fe hex color red value is 166, green value is 16 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a610fe hue: 0.77 , saturation: 0.99 and the lightness value of a610fe is 0.53.
The process color (four color CMYK) of #a610fe color hex is 0.35, 0.94, 0.00, 0.00. Web safe color of #a610fe is #9900ff. Color #a610fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00010000 | 11111110 |
Octal | 246 | 20 | 376 |
Decimal | 166 | 16 | 254 |
Hex | A6 | 10 | FE |
Shades of #a610fe
Tints of #a610fe
RGB Percentages of Color #a610fe
CMYK Percentages of Color #a610fe
Complementary Color
#a610fe | #68fe10 |
#a610fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a610fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a610fe Color CSS Codes
.mybgcolor {background-color:#a610fe; } .myforecolor {color:#a610fe; } .mybordercolor {border:3px solid #a610fe; }
#a610fe Text Font Color
<p style="color:#a610fe">Text here</p>
This sample text font color is #a610fe
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.
#a610fe Background Color
<div style="background-color:#a610fe">
Div content here</div>
This div background color is #a610fe
#a610fe Border Color
<div style="border:3px solid #a610fe">
Div here</div>
This div border color is #a610fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,16,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a610fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a610fe; -webkit-box-shadow: 1px 1px 3px 2px #a610fe; box-shadow: 1px 1px 3px 2px #a610fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,16,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 #a610fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a610fe; -webkit-box-shadow: 1px 1px 3px 2px #a610fe; box-shadow: 1px 1px 3px 2px #a610fe;">
Div content here</div>
This div box has shadow with color #a610fe
Comments
No comments written yet.
Please login to write comment.