Color spaces of #aa34ea
RGB | 170 | 52 | 234 |
---|---|---|---|
HSL | 0.77 | 0.81 | 0.56 |
HSV | 279° | 78° | 92° |
CMYK | 0.27 | 0.78 | 0.00 0.08 |
XYZ | 32.6568 | 16.9425 | 79.3909 |
Yxy | 16.9425 | 0.2532 | 0.1313 |
Hunter Lab | 41.1613 | 69.5873 | -85.5443 |
CIE-Lab | 48.1875 | 73.5289 | -69.3434 |
#aa34ea color RGB value is (170,52,234).
#aa34ea hex color red value is 170, green value is 52 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aa34ea hue: 0.77 , saturation: 0.81 and the lightness value of aa34ea is 0.56.
The process color (four color CMYK) of #aa34ea color hex is 0.27, 0.78, 0.00, 0.08. Web safe color of #aa34ea is #9933ff. Color #aa34ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00110100 | 11101010 |
Octal | 252 | 64 | 352 |
Decimal | 170 | 52 | 234 |
Hex | AA | 34 | EA |
Shades of #aa34ea
Tints of #aa34ea
RGB Percentages of Color #aa34ea
CMYK Percentages of Color #aa34ea
Complementary Color
#aa34ea | #74ea34 |
#aa34ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa34ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa34ea Color CSS Codes
.mybgcolor {background-color:#aa34ea; } .myforecolor {color:#aa34ea; } .mybordercolor {border:3px solid #aa34ea; }
#aa34ea Text Font Color
<p style="color:#aa34ea">Text here</p>
This sample text font color is #aa34ea
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.
#aa34ea Background Color
<div style="background-color:#aa34ea">
Div content here</div>
This div background color is #aa34ea
#aa34ea Border Color
<div style="border:3px solid #aa34ea">
Div here</div>
This div border color is #aa34ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,52,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa34ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa34ea; -webkit-box-shadow: 1px 1px 3px 2px #aa34ea; box-shadow: 1px 1px 3px 2px #aa34ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,52,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa34ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa34ea; -webkit-box-shadow: 1px 1px 3px 2px #aa34ea; box-shadow: 1px 1px 3px 2px #aa34ea;">
Div content here</div>
This div box has shadow with color #aa34ea
Comments
No comments written yet.
Please login to write comment.