Color spaces of #e27edd
RGB | 226 | 126 | 221 |
---|---|---|---|
HSL | 0.84 | 0.63 | 0.69 |
HSV | 303° | 44° | 89° |
CMYK | 0.00 | 0.44 | 0.02 0.11 |
XYZ | 51.8760 | 36.3109 | 72.6812 |
Yxy | 36.3109 | 0.3225 | 0.2257 |
Hunter Lab | 60.2585 | 48.2166 | -29.3320 |
CIE-Lab | 66.7568 | 51.9032 | -32.1062 |
#e27edd color RGB value is (226,126,221).
#e27edd hex color red value is 226, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e27edd hue: 0.84 , saturation: 0.63 and the lightness value of e27edd is 0.69.
The process color (four color CMYK) of #e27edd color hex is 0.00, 0.44, 0.02, 0.11. Web safe color of #e27edd is #cc66cc. Color #e27edd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01111110 | 11011101 |
Octal | 342 | 176 | 335 |
Decimal | 226 | 126 | 221 |
Hex | E2 | 7E | DD |
Shades of #e27edd
Tints of #e27edd
RGB Percentages of Color #e27edd
CMYK Percentages of Color #e27edd
Complementary Color
#e27edd | #7ee283 |
#e27edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e27edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e27edd Color CSS Codes
.mybgcolor {background-color:#e27edd; } .myforecolor {color:#e27edd; } .mybordercolor {border:3px solid #e27edd; }
#e27edd Text Font Color
<p style="color:#e27edd">Text here</p>
This sample text font color is #e27edd
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.
#e27edd Background Color
<div style="background-color:#e27edd">
Div content here</div>
This div background color is #e27edd
#e27edd Border Color
<div style="border:3px solid #e27edd">
Div here</div>
This div border color is #e27edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,126,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e27edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e27edd; -webkit-box-shadow: 1px 1px 3px 2px #e27edd; box-shadow: 1px 1px 3px 2px #e27edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,126,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 #e27edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e27edd; -webkit-box-shadow: 1px 1px 3px 2px #e27edd; box-shadow: 1px 1px 3px 2px #e27edd;">
Div content here</div>
This div box has shadow with color #e27edd
Comments
No comments written yet.
Please login to write comment.