Color spaces of #e033dd
RGB | 224 | 51 | 221 |
---|---|---|---|
HSL | 0.84 | 0.74 | 0.54 |
HSV | 301° | 77° | 88° |
CMYK | 0.00 | 0.77 | 0.01 0.12 |
XYZ | 44.9754 | 23.4354 | 70.5596 |
Yxy | 23.4354 | 0.3236 | 0.1686 |
Hunter Lab | 48.4101 | 81.1176 | -52.5303 |
CIE-Lab | 55.5180 | 81.3595 | -49.7658 |
#e033dd color RGB value is (224,51,221).
#e033dd hex color red value is 224, green value is 51 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e033dd hue: 0.84 , saturation: 0.74 and the lightness value of e033dd is 0.54.
The process color (four color CMYK) of #e033dd color hex is 0.00, 0.77, 0.01, 0.12. Web safe color of #e033dd is #cc33cc. Color #e033dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00110011 | 11011101 |
Octal | 340 | 63 | 335 |
Decimal | 224 | 51 | 221 |
Hex | E0 | 33 | DD |
Shades of #e033dd
Tints of #e033dd
RGB Percentages of Color #e033dd
CMYK Percentages of Color #e033dd
Complementary Color
#e033dd | #33e036 |
#e033dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e033dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e033dd Color CSS Codes
.mybgcolor {background-color:#e033dd; } .myforecolor {color:#e033dd; } .mybordercolor {border:3px solid #e033dd; }
#e033dd Text Font Color
<p style="color:#e033dd">Text here</p>
This sample text font color is #e033dd
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.
#e033dd Background Color
<div style="background-color:#e033dd">
Div content here</div>
This div background color is #e033dd
#e033dd Border Color
<div style="border:3px solid #e033dd">
Div here</div>
This div border color is #e033dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,51,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e033dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e033dd; -webkit-box-shadow: 1px 1px 3px 2px #e033dd; box-shadow: 1px 1px 3px 2px #e033dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,51,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 #e033dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e033dd; -webkit-box-shadow: 1px 1px 3px 2px #e033dd; box-shadow: 1px 1px 3px 2px #e033dd;">
Div content here</div>
This div box has shadow with color #e033dd
Comments
No comments written yet.
Please login to write comment.