Color spaces of #a646dc
RGB | 166 | 70 | 220 |
---|---|---|---|
HSL | 0.77 | 0.68 | 0.57 |
HSV | 278° | 68° | 86° |
CMYK | 0.25 | 0.68 | 0.00 0.14 |
XYZ | 30.8343 | 17.6546 | 69.4927 |
Yxy | 17.6546 | 0.2613 | 0.1496 |
Hunter Lab | 42.0174 | 57.4612 | -68.6478 |
CIE-Lab | 49.0745 | 63.0661 | -59.9986 |
#a646dc color RGB value is (166,70,220).
#a646dc hex color red value is 166, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a646dc hue: 0.77 , saturation: 0.68 and the lightness value of a646dc is 0.57.
The process color (four color CMYK) of #a646dc color hex is 0.25, 0.68, 0.00, 0.14. Web safe color of #a646dc is #9933cc. Color #a646dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01000110 | 11011100 |
Octal | 246 | 106 | 334 |
Decimal | 166 | 70 | 220 |
Hex | A6 | 46 | DC |
Shades of #a646dc
Tints of #a646dc
RGB Percentages of Color #a646dc
CMYK Percentages of Color #a646dc
Complementary Color
#a646dc | #7cdc46 |
#a646dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a646dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a646dc Color CSS Codes
.mybgcolor {background-color:#a646dc; } .myforecolor {color:#a646dc; } .mybordercolor {border:3px solid #a646dc; }
#a646dc Text Font Color
<p style="color:#a646dc">Text here</p>
This sample text font color is #a646dc
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.
#a646dc Background Color
<div style="background-color:#a646dc">
Div content here</div>
This div background color is #a646dc
#a646dc Border Color
<div style="border:3px solid #a646dc">
Div here</div>
This div border color is #a646dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,70,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a646dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a646dc; -webkit-box-shadow: 1px 1px 3px 2px #a646dc; box-shadow: 1px 1px 3px 2px #a646dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,70,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a646dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a646dc; -webkit-box-shadow: 1px 1px 3px 2px #a646dc; box-shadow: 1px 1px 3px 2px #a646dc;">
Div content here</div>
This div box has shadow with color #a646dc
Comments
No comments written yet.
Please login to write comment.