Color spaces of #aa1efb
RGB | 170 | 30 | 251 |
---|---|---|---|
HSL | 0.77 | 0.97 | 0.55 |
HSV | 278° | 88° | 98° |
CMYK | 0.32 | 0.88 | 0.00 0.02 |
XYZ | 34.4544 | 16.4396 | 92.6240 |
Yxy | 16.4396 | 0.2401 | 0.1145 |
Hunter Lab | 40.5458 | 80.7280 | -107.0618 |
CIE-Lab | 47.5460 | 82.6050 | -79.9416 |
#aa1efb color RGB value is (170,30,251).
#aa1efb hex color red value is 170, green value is 30 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aa1efb hue: 0.77 , saturation: 0.97 and the lightness value of aa1efb is 0.55.
The process color (four color CMYK) of #aa1efb color hex is 0.32, 0.88, 0.00, 0.02. Web safe color of #aa1efb is #9933ff. Color #aa1efb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00011110 | 11111011 |
Octal | 252 | 36 | 373 |
Decimal | 170 | 30 | 251 |
Hex | AA | 1E | FB |
Shades of #aa1efb
Tints of #aa1efb
RGB Percentages of Color #aa1efb
CMYK Percentages of Color #aa1efb
Complementary Color
#aa1efb | #6ffb1e |
#aa1efb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa1efb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa1efb Color CSS Codes
.mybgcolor {background-color:#aa1efb; } .myforecolor {color:#aa1efb; } .mybordercolor {border:3px solid #aa1efb; }
#aa1efb Text Font Color
<p style="color:#aa1efb">Text here</p>
This sample text font color is #aa1efb
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.
#aa1efb Background Color
<div style="background-color:#aa1efb">
Div content here</div>
This div background color is #aa1efb
#aa1efb Border Color
<div style="border:3px solid #aa1efb">
Div here</div>
This div border color is #aa1efb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,30,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa1efb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa1efb; -webkit-box-shadow: 1px 1px 3px 2px #aa1efb; box-shadow: 1px 1px 3px 2px #aa1efb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,30,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa1efb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa1efb; -webkit-box-shadow: 1px 1px 3px 2px #aa1efb; box-shadow: 1px 1px 3px 2px #aa1efb;">
Div content here</div>
This div box has shadow with color #aa1efb
Comments
No comments written yet.
Please login to write comment.