Color spaces of #e8aafa
RGB | 232 | 170 | 250 |
---|---|---|---|
HSL | 0.80 | 0.89 | 0.82 |
HSV | 287° | 32° | 98° |
CMYK | 0.07 | 0.32 | 0.00 0.02 |
XYZ | 64.9088 | 52.8074 | 97.2143 |
Yxy | 52.8074 | 0.3020 | 0.2457 |
Hunter Lab | 72.6687 | 32.2687 | -28.4485 |
CIE-Lab | 77.7611 | 36.1670 | -30.9268 |
#e8aafa color RGB value is (232,170,250).
#e8aafa hex color red value is 232, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e8aafa hue: 0.80 , saturation: 0.89 and the lightness value of e8aafa is 0.82.
The process color (four color CMYK) of #e8aafa color hex is 0.07, 0.32, 0.00, 0.02. Web safe color of #e8aafa is #ff99ff. Color #e8aafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10101010 | 11111010 |
Octal | 350 | 252 | 372 |
Decimal | 232 | 170 | 250 |
Hex | E8 | AA | FA |
Shades of #e8aafa
Tints of #e8aafa
RGB Percentages of Color #e8aafa
CMYK Percentages of Color #e8aafa
Complementary Color
#e8aafa | #bcfaaa |
#e8aafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8aafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8aafa Color CSS Codes
.mybgcolor {background-color:#e8aafa; } .myforecolor {color:#e8aafa; } .mybordercolor {border:3px solid #e8aafa; }
#e8aafa Text Font Color
<p style="color:#e8aafa">Text here</p>
This sample text font color is #e8aafa
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.
#e8aafa Background Color
<div style="background-color:#e8aafa">
Div content here</div>
This div background color is #e8aafa
#e8aafa Border Color
<div style="border:3px solid #e8aafa">
Div here</div>
This div border color is #e8aafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,170,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8aafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8aafa; -webkit-box-shadow: 1px 1px 3px 2px #e8aafa; box-shadow: 1px 1px 3px 2px #e8aafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,170,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8aafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8aafa; -webkit-box-shadow: 1px 1px 3px 2px #e8aafa; box-shadow: 1px 1px 3px 2px #e8aafa;">
Div content here</div>
This div box has shadow with color #e8aafa
Comments
No comments written yet.
Please login to write comment.