Color spaces of #a655ec
RGB | 166 | 85 | 236 |
---|---|---|---|
HSL | 0.76 | 0.80 | 0.63 |
HSV | 272° | 64° | 93° |
CMYK | 0.30 | 0.64 | 0.00 0.07 |
XYZ | 34.1147 | 20.6601 | 81.5466 |
Yxy | 20.6601 | 0.2503 | 0.1516 |
Hunter Lab | 45.4534 | 54.4284 | -74.5531 |
CIE-Lab | 52.5755 | 59.7509 | -63.3927 |
#a655ec color RGB value is (166,85,236).
#a655ec hex color red value is 166, green value is 85 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a655ec hue: 0.76 , saturation: 0.80 and the lightness value of a655ec is 0.63.
The process color (four color CMYK) of #a655ec color hex is 0.30, 0.64, 0.00, 0.07. Web safe color of #a655ec is #9966ff. Color #a655ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01010101 | 11101100 |
Octal | 246 | 125 | 354 |
Decimal | 166 | 85 | 236 |
Hex | A6 | 55 | EC |
Shades of #a655ec
Tints of #a655ec
RGB Percentages of Color #a655ec
CMYK Percentages of Color #a655ec
Complementary Color
#a655ec | #9bec55 |
#a655ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a655ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#a655ec Color CSS Codes
.mybgcolor {background-color:#a655ec; } .myforecolor {color:#a655ec; } .mybordercolor {border:3px solid #a655ec; }
#a655ec Text Font Color
<p style="color:#a655ec">Text here</p>
This sample text font color is #a655ec
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.
#a655ec Background Color
<div style="background-color:#a655ec">
Div content here</div>
This div background color is #a655ec
#a655ec Border Color
<div style="border:3px solid #a655ec">
Div here</div>
This div border color is #a655ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,85,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a655ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a655ec; -webkit-box-shadow: 1px 1px 3px 2px #a655ec; box-shadow: 1px 1px 3px 2px #a655ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,85,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a655ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a655ec; -webkit-box-shadow: 1px 1px 3px 2px #a655ec; box-shadow: 1px 1px 3px 2px #a655ec;">
Div content here</div>
This div box has shadow with color #a655ec
Comments
No comments written yet.
Please login to write comment.