Color spaces of #a10fdf
RGB | 161 | 15 | 223 |
---|---|---|---|
HSL | 0.78 | 0.87 | 0.47 |
HSV | 282° | 93° | 87° |
CMYK | 0.28 | 0.93 | 0.00 0.13 |
XYZ | 28.1880 | 13.2464 | 70.8832 |
Yxy | 13.2464 | 0.2510 | 0.1179 |
Hunter Lab | 36.3956 | 74.5540 | -89.9948 |
CIE-Lab | 43.1322 | 78.5555 | -71.3849 |
#a10fdf color RGB value is (161,15,223).
#a10fdf hex color red value is 161, green value is 15 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a10fdf hue: 0.78 , saturation: 0.87 and the lightness value of a10fdf is 0.47.
The process color (four color CMYK) of #a10fdf color hex is 0.28, 0.93, 0.00, 0.13. Web safe color of #a10fdf is #9900cc. Color #a10fdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 00001111 | 11011111 |
Octal | 241 | 17 | 337 |
Decimal | 161 | 15 | 223 |
Hex | A1 | F | DF |
Shades of #a10fdf
Tints of #a10fdf
RGB Percentages of Color #a10fdf
CMYK Percentages of Color #a10fdf
Complementary Color
#a10fdf | #4ddf0f |
#a10fdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a10fdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a10fdf Color CSS Codes
.mybgcolor {background-color:#a10fdf; } .myforecolor {color:#a10fdf; } .mybordercolor {border:3px solid #a10fdf; }
#a10fdf Text Font Color
<p style="color:#a10fdf">Text here</p>
This sample text font color is #a10fdf
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.
#a10fdf Background Color
<div style="background-color:#a10fdf">
Div content here</div>
This div background color is #a10fdf
#a10fdf Border Color
<div style="border:3px solid #a10fdf">
Div here</div>
This div border color is #a10fdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,15,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a10fdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a10fdf; -webkit-box-shadow: 1px 1px 3px 2px #a10fdf; box-shadow: 1px 1px 3px 2px #a10fdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,15,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a10fdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a10fdf; -webkit-box-shadow: 1px 1px 3px 2px #a10fdf; box-shadow: 1px 1px 3px 2px #a10fdf;">
Div content here</div>
This div box has shadow with color #a10fdf
Comments
No comments written yet.
Please login to write comment.