Color spaces of #aa54bc
RGB | 170 | 84 | 188 |
---|---|---|---|
HSL | 0.80 | 0.44 | 0.53 |
HSV | 290° | 55° | 74° |
CMYK | 0.10 | 0.55 | 0.00 0.26 |
XYZ | 28.8250 | 18.5175 | 49.6319 |
Yxy | 18.5175 | 0.2972 | 0.1910 |
Hunter Lab | 43.0320 | 44.2624 | -38.2611 |
CIE-Lab | 50.1179 | 50.9378 | -39.9244 |
#aa54bc color RGB value is (170,84,188).
#aa54bc hex color red value is 170, green value is 84 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aa54bc hue: 0.80 , saturation: 0.44 and the lightness value of aa54bc is 0.53.
The process color (four color CMYK) of #aa54bc color hex is 0.10, 0.55, 0.00, 0.26. Web safe color of #aa54bc is #9966cc. Color #aa54bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01010100 | 10111100 |
Octal | 252 | 124 | 274 |
Decimal | 170 | 84 | 188 |
Hex | AA | 54 | BC |
Shades of #aa54bc
Tints of #aa54bc
RGB Percentages of Color #aa54bc
CMYK Percentages of Color #aa54bc
Complementary Color
#aa54bc | #66bc54 |
#aa54bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa54bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa54bc Color CSS Codes
.mybgcolor {background-color:#aa54bc; } .myforecolor {color:#aa54bc; } .mybordercolor {border:3px solid #aa54bc; }
#aa54bc Text Font Color
<p style="color:#aa54bc">Text here</p>
This sample text font color is #aa54bc
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.
#aa54bc Background Color
<div style="background-color:#aa54bc">
Div content here</div>
This div background color is #aa54bc
#aa54bc Border Color
<div style="border:3px solid #aa54bc">
Div here</div>
This div border color is #aa54bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,84,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa54bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa54bc; -webkit-box-shadow: 1px 1px 3px 2px #aa54bc; box-shadow: 1px 1px 3px 2px #aa54bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,84,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa54bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa54bc; -webkit-box-shadow: 1px 1px 3px 2px #aa54bc; box-shadow: 1px 1px 3px 2px #aa54bc;">
Div content here</div>
This div box has shadow with color #aa54bc
Comments
No comments written yet.
Please login to write comment.