Color spaces of #e530dd
RGB | 229 | 48 | 221 |
---|---|---|---|
HSL | 0.84 | 0.78 | 0.54 |
HSV | 303° | 79° | 90° |
CMYK | 0.00 | 0.79 | 0.03 0.10 |
XYZ | 46.4212 | 23.9924 | 70.5909 |
Yxy | 23.9924 | 0.3292 | 0.1702 |
Hunter Lab | 48.9820 | 83.4492 | -51.1589 |
CIE-Lab | 56.0802 | 83.0675 | -48.8221 |
#e530dd color RGB value is (229,48,221).
#e530dd hex color red value is 229, green value is 48 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e530dd hue: 0.84 , saturation: 0.78 and the lightness value of e530dd is 0.54.
The process color (four color CMYK) of #e530dd color hex is 0.00, 0.79, 0.03, 0.10. Web safe color of #e530dd is #cc33cc. Color #e530dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00110000 | 11011101 |
Octal | 345 | 60 | 335 |
Decimal | 229 | 48 | 221 |
Hex | E5 | 30 | DD |
Shades of #e530dd
Tints of #e530dd
RGB Percentages of Color #e530dd
CMYK Percentages of Color #e530dd
Complementary Color
#e530dd | #30e538 |
#e530dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e530dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e530dd Color CSS Codes
.mybgcolor {background-color:#e530dd; } .myforecolor {color:#e530dd; } .mybordercolor {border:3px solid #e530dd; }
#e530dd Text Font Color
<p style="color:#e530dd">Text here</p>
This sample text font color is #e530dd
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.
#e530dd Background Color
<div style="background-color:#e530dd">
Div content here</div>
This div background color is #e530dd
#e530dd Border Color
<div style="border:3px solid #e530dd">
Div here</div>
This div border color is #e530dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,48,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e530dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e530dd; -webkit-box-shadow: 1px 1px 3px 2px #e530dd; box-shadow: 1px 1px 3px 2px #e530dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,48,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 #e530dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e530dd; -webkit-box-shadow: 1px 1px 3px 2px #e530dd; box-shadow: 1px 1px 3px 2px #e530dd;">
Div content here</div>
This div box has shadow with color #e530dd
Comments
No comments written yet.
Please login to write comment.