Color spaces of #e2aaee
RGB | 226 | 170 | 238 |
---|---|---|---|
HSL | 0.80 | 0.67 | 0.80 |
HSV | 289° | 29° | 93° |
CMYK | 0.05 | 0.29 | 0.00 0.07 |
XYZ | 61.1714 | 51.0912 | 87.5264 |
Yxy | 51.0912 | 0.3062 | 0.2557 |
Hunter Lab | 71.4781 | 27.6747 | -22.5671 |
CIE-Lab | 76.7342 | 31.9749 | -26.0749 |
#e2aaee color RGB value is (226,170,238).
#e2aaee hex color red value is 226, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e2aaee hue: 0.80 , saturation: 0.67 and the lightness value of e2aaee is 0.80.
The process color (four color CMYK) of #e2aaee color hex is 0.05, 0.29, 0.00, 0.07. Web safe color of #e2aaee is #cc99ff. Color #e2aaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10101010 | 11101110 |
Octal | 342 | 252 | 356 |
Decimal | 226 | 170 | 238 |
Hex | E2 | AA | EE |
Shades of #e2aaee
Tints of #e2aaee
RGB Percentages of Color #e2aaee
CMYK Percentages of Color #e2aaee
Complementary Color
#e2aaee | #b6eeaa |
#e2aaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2aaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2aaee Color CSS Codes
.mybgcolor {background-color:#e2aaee; } .myforecolor {color:#e2aaee; } .mybordercolor {border:3px solid #e2aaee; }
#e2aaee Text Font Color
<p style="color:#e2aaee">Text here</p>
This sample text font color is #e2aaee
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.
#e2aaee Background Color
<div style="background-color:#e2aaee">
Div content here</div>
This div background color is #e2aaee
#e2aaee Border Color
<div style="border:3px solid #e2aaee">
Div here</div>
This div border color is #e2aaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,170,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2aaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2aaee; -webkit-box-shadow: 1px 1px 3px 2px #e2aaee; box-shadow: 1px 1px 3px 2px #e2aaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,170,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2aaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2aaee; -webkit-box-shadow: 1px 1px 3px 2px #e2aaee; box-shadow: 1px 1px 3px 2px #e2aaee;">
Div content here</div>
This div box has shadow with color #e2aaee
Comments
No comments written yet.
Please login to write comment.