Color spaces of #a616ba
RGB | 166 | 22 | 186 |
---|---|---|---|
HSL | 0.81 | 0.79 | 0.41 |
HSV | 293° | 88° | 73° |
CMYK | 0.11 | 0.88 | 0.00 0.27 |
XYZ | 24.8757 | 12.2260 | 47.5031 |
Yxy | 12.2260 | 0.2940 | 0.1445 |
Hunter Lab | 34.9657 | 65.8006 | -56.0732 |
CIE-Lab | 41.5731 | 71.6676 | -52.4239 |
#a616ba color RGB value is (166,22,186).
#a616ba hex color red value is 166, green value is 22 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a616ba hue: 0.81 , saturation: 0.79 and the lightness value of a616ba is 0.41.
The process color (four color CMYK) of #a616ba color hex is 0.11, 0.88, 0.00, 0.27. Web safe color of #a616ba is #9900cc. Color #a616ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00010110 | 10111010 |
Octal | 246 | 26 | 272 |
Decimal | 166 | 22 | 186 |
Hex | A6 | 16 | BA |
Shades of #a616ba
Tints of #a616ba
RGB Percentages of Color #a616ba
CMYK Percentages of Color #a616ba
Complementary Color
#a616ba | #2aba16 |
#a616ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a616ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a616ba Color CSS Codes
.mybgcolor {background-color:#a616ba; } .myforecolor {color:#a616ba; } .mybordercolor {border:3px solid #a616ba; }
#a616ba Text Font Color
<p style="color:#a616ba">Text here</p>
This sample text font color is #a616ba
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.
#a616ba Background Color
<div style="background-color:#a616ba">
Div content here</div>
This div background color is #a616ba
#a616ba Border Color
<div style="border:3px solid #a616ba">
Div here</div>
This div border color is #a616ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,22,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a616ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a616ba; -webkit-box-shadow: 1px 1px 3px 2px #a616ba; box-shadow: 1px 1px 3px 2px #a616ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,22,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a616ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a616ba; -webkit-box-shadow: 1px 1px 3px 2px #a616ba; box-shadow: 1px 1px 3px 2px #a616ba;">
Div content here</div>
This div box has shadow with color #a616ba
Comments
No comments written yet.
Please login to write comment.