Color spaces of #e48eda
RGB | 228 | 142 | 218 |
---|---|---|---|
HSL | 0.85 | 0.61 | 0.73 |
HSV | 307° | 38° | 89° |
CMYK | 0.00 | 0.38 | 0.04 0.11 |
XYZ | 54.3228 | 40.9019 | 71.3614 |
Yxy | 40.9019 | 0.3261 | 0.2455 |
Hunter Lab | 63.9546 | 39.6967 | -21.3884 |
CIE-Lab | 70.1071 | 43.7879 | -25.2653 |
#e48eda color RGB value is (228,142,218).
#e48eda hex color red value is 228, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e48eda hue: 0.85 , saturation: 0.61 and the lightness value of e48eda is 0.73.
The process color (four color CMYK) of #e48eda color hex is 0.00, 0.38, 0.04, 0.11. Web safe color of #e48eda is #cc99cc. Color #e48eda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10001110 | 11011010 |
Octal | 344 | 216 | 332 |
Decimal | 228 | 142 | 218 |
Hex | E4 | 8E | DA |
Shades of #e48eda
Tints of #e48eda
RGB Percentages of Color #e48eda
CMYK Percentages of Color #e48eda
Complementary Color
#e48eda | #8ee498 |
#e48eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e48eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#e48eda Color CSS Codes
.mybgcolor {background-color:#e48eda; } .myforecolor {color:#e48eda; } .mybordercolor {border:3px solid #e48eda; }
#e48eda Text Font Color
<p style="color:#e48eda">Text here</p>
This sample text font color is #e48eda
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.
#e48eda Background Color
<div style="background-color:#e48eda">
Div content here</div>
This div background color is #e48eda
#e48eda Border Color
<div style="border:3px solid #e48eda">
Div here</div>
This div border color is #e48eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,142,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e48eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e48eda; -webkit-box-shadow: 1px 1px 3px 2px #e48eda; box-shadow: 1px 1px 3px 2px #e48eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,142,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e48eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e48eda; -webkit-box-shadow: 1px 1px 3px 2px #e48eda; box-shadow: 1px 1px 3px 2px #e48eda;">
Div content here</div>
This div box has shadow with color #e48eda
Comments
No comments written yet.
Please login to write comment.