Color spaces of #a63afc
RGB | 166 | 58 | 252 |
---|---|---|---|
HSL | 0.76 | 0.97 | 0.61 |
HSV | 273° | 77° | 99° |
CMYK | 0.34 | 0.77 | 0.00 0.01 |
XYZ | 34.8096 | 18.1614 | 93.7663 |
Yxy | 18.1614 | 0.2372 | 0.1238 |
Hunter Lab | 42.6162 | 71.2234 | -100.6215 |
CIE-Lab | 49.6913 | 74.5792 | -77.0188 |
#a63afc color RGB value is (166,58,252).
#a63afc hex color red value is 166, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a63afc hue: 0.76 , saturation: 0.97 and the lightness value of a63afc is 0.61.
The process color (four color CMYK) of #a63afc color hex is 0.34, 0.77, 0.00, 0.01. Web safe color of #a63afc is #9933ff. Color #a63afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00111010 | 11111100 |
Octal | 246 | 72 | 374 |
Decimal | 166 | 58 | 252 |
Hex | A6 | 3A | FC |
Shades of #a63afc
Tints of #a63afc
RGB Percentages of Color #a63afc
CMYK Percentages of Color #a63afc
Complementary Color
#a63afc | #90fc3a |
#a63afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a63afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a63afc Color CSS Codes
.mybgcolor {background-color:#a63afc; } .myforecolor {color:#a63afc; } .mybordercolor {border:3px solid #a63afc; }
#a63afc Text Font Color
<p style="color:#a63afc">Text here</p>
This sample text font color is #a63afc
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.
#a63afc Background Color
<div style="background-color:#a63afc">
Div content here</div>
This div background color is #a63afc
#a63afc Border Color
<div style="border:3px solid #a63afc">
Div here</div>
This div border color is #a63afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,58,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a63afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a63afc; -webkit-box-shadow: 1px 1px 3px 2px #a63afc; box-shadow: 1px 1px 3px 2px #a63afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,58,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a63afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a63afc; -webkit-box-shadow: 1px 1px 3px 2px #a63afc; box-shadow: 1px 1px 3px 2px #a63afc;">
Div content here</div>
This div box has shadow with color #a63afc
Comments
No comments written yet.
Please login to write comment.