Color spaces of #a63cce
RGB | 166 | 60 | 206 |
---|---|---|---|
HSL | 0.79 | 0.60 | 0.52 |
HSV | 284° | 71° | 81° |
CMYK | 0.19 | 0.71 | 0.00 0.19 |
XYZ | 28.4823 | 15.7949 | 59.9401 |
Yxy | 15.7949 | 0.2733 | 0.1516 |
Hunter Lab | 39.7428 | 58.3749 | -61.6012 |
CIE-Lab | 46.7042 | 64.3151 | -55.8031 |
#a63cce color RGB value is (166,60,206).
#a63cce hex color red value is 166, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a63cce hue: 0.79 , saturation: 0.60 and the lightness value of a63cce is 0.52.
The process color (four color CMYK) of #a63cce color hex is 0.19, 0.71, 0.00, 0.19. Web safe color of #a63cce is #9933cc. Color #a63cce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00111100 | 11001110 |
Octal | 246 | 74 | 316 |
Decimal | 166 | 60 | 206 |
Hex | A6 | 3C | CE |
Shades of #a63cce
Tints of #a63cce
RGB Percentages of Color #a63cce
CMYK Percentages of Color #a63cce
Complementary Color
#a63cce | #64ce3c |
#a63cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a63cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a63cce Color CSS Codes
.mybgcolor {background-color:#a63cce; } .myforecolor {color:#a63cce; } .mybordercolor {border:3px solid #a63cce; }
#a63cce Text Font Color
<p style="color:#a63cce">Text here</p>
This sample text font color is #a63cce
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.
#a63cce Background Color
<div style="background-color:#a63cce">
Div content here</div>
This div background color is #a63cce
#a63cce Border Color
<div style="border:3px solid #a63cce">
Div here</div>
This div border color is #a63cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,60,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a63cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a63cce; -webkit-box-shadow: 1px 1px 3px 2px #a63cce; box-shadow: 1px 1px 3px 2px #a63cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,60,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a63cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a63cce; -webkit-box-shadow: 1px 1px 3px 2px #a63cce; box-shadow: 1px 1px 3px 2px #a63cce;">
Div content here</div>
This div box has shadow with color #a63cce
Comments
No comments written yet.
Please login to write comment.