Color spaces of #e894dd
RGB | 232 | 148 | 221 |
---|---|---|---|
HSL | 0.86 | 0.65 | 0.75 |
HSV | 308° | 36° | 91° |
CMYK | 0.00 | 0.36 | 0.05 0.09 |
XYZ | 56.9198 | 43.5561 | 73.8138 |
Yxy | 43.5561 | 0.3266 | 0.2499 |
Hunter Lab | 65.9970 | 38.4542 | -20.1144 |
CIE-Lab | 71.9308 | 42.4369 | -24.0887 |
#e894dd color RGB value is (232,148,221).
#e894dd hex color red value is 232, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e894dd hue: 0.86 , saturation: 0.65 and the lightness value of e894dd is 0.75.
The process color (four color CMYK) of #e894dd color hex is 0.00, 0.36, 0.05, 0.09. Web safe color of #e894dd is #ff99cc. Color #e894dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10010100 | 11011101 |
Octal | 350 | 224 | 335 |
Decimal | 232 | 148 | 221 |
Hex | E8 | 94 | DD |
Shades of #e894dd
Tints of #e894dd
RGB Percentages of Color #e894dd
CMYK Percentages of Color #e894dd
Complementary Color
#e894dd | #94e89f |
#e894dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e894dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e894dd Color CSS Codes
.mybgcolor {background-color:#e894dd; } .myforecolor {color:#e894dd; } .mybordercolor {border:3px solid #e894dd; }
#e894dd Text Font Color
<p style="color:#e894dd">Text here</p>
This sample text font color is #e894dd
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.
#e894dd Background Color
<div style="background-color:#e894dd">
Div content here</div>
This div background color is #e894dd
#e894dd Border Color
<div style="border:3px solid #e894dd">
Div here</div>
This div border color is #e894dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,148,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e894dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e894dd; -webkit-box-shadow: 1px 1px 3px 2px #e894dd; box-shadow: 1px 1px 3px 2px #e894dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,148,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e894dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e894dd; -webkit-box-shadow: 1px 1px 3px 2px #e894dd; box-shadow: 1px 1px 3px 2px #e894dd;">
Div content here</div>
This div box has shadow with color #e894dd
Comments
No comments written yet.
Please login to write comment.