Color spaces of #e364dd
RGB | 227 | 100 | 221 |
---|---|---|---|
HSL | 0.84 | 0.69 | 0.64 |
HSV | 303° | 56° | 89° |
CMYK | 0.00 | 0.56 | 0.03 0.11 |
XYZ | 49.2869 | 30.6657 | 71.7280 |
Yxy | 30.6657 | 0.3249 | 0.2022 |
Hunter Lab | 55.3766 | 61.9614 | -38.0333 |
CIE-Lab | 62.2244 | 64.5251 | -39.1532 |
#e364dd color RGB value is (227,100,221).
#e364dd hex color red value is 227, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e364dd hue: 0.84 , saturation: 0.69 and the lightness value of e364dd is 0.64.
The process color (four color CMYK) of #e364dd color hex is 0.00, 0.56, 0.03, 0.11. Web safe color of #e364dd is #cc66cc. Color #e364dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01100100 | 11011101 |
Octal | 343 | 144 | 335 |
Decimal | 227 | 100 | 221 |
Hex | E3 | 64 | DD |
Shades of #e364dd
Tints of #e364dd
RGB Percentages of Color #e364dd
CMYK Percentages of Color #e364dd
Complementary Color
#e364dd | #64e36a |
#e364dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e364dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e364dd Color CSS Codes
.mybgcolor {background-color:#e364dd; } .myforecolor {color:#e364dd; } .mybordercolor {border:3px solid #e364dd; }
#e364dd Text Font Color
<p style="color:#e364dd">Text here</p>
This sample text font color is #e364dd
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.
#e364dd Background Color
<div style="background-color:#e364dd">
Div content here</div>
This div background color is #e364dd
#e364dd Border Color
<div style="border:3px solid #e364dd">
Div here</div>
This div border color is #e364dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,100,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e364dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e364dd; -webkit-box-shadow: 1px 1px 3px 2px #e364dd; box-shadow: 1px 1px 3px 2px #e364dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,100,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 #e364dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e364dd; -webkit-box-shadow: 1px 1px 3px 2px #e364dd; box-shadow: 1px 1px 3px 2px #e364dd;">
Div content here</div>
This div box has shadow with color #e364dd
Comments
No comments written yet.
Please login to write comment.