Color spaces of #e528da
RGB | 229 | 40 | 218 |
---|---|---|---|
HSL | 0.84 | 0.78 | 0.53 |
HSV | 303° | 83° | 90° |
CMYK | 0.00 | 0.83 | 0.05 0.10 |
XYZ | 45.7268 | 23.2376 | 68.4049 |
Yxy | 23.2376 | 0.3329 | 0.1692 |
Hunter Lab | 48.2054 | 84.9626 | -50.3905 |
CIE-Lab | 55.3162 | 84.3871 | -48.3337 |
#e528da color RGB value is (229,40,218).
#e528da hex color red value is 229, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e528da hue: 0.84 , saturation: 0.78 and the lightness value of e528da is 0.53.
The process color (four color CMYK) of #e528da color hex is 0.00, 0.83, 0.05, 0.10. Web safe color of #e528da is #cc33cc. Color #e528da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00101000 | 11011010 |
Octal | 345 | 50 | 332 |
Decimal | 229 | 40 | 218 |
Hex | E5 | 28 | DA |
Shades of #e528da
Tints of #e528da
RGB Percentages of Color #e528da
CMYK Percentages of Color #e528da
Complementary Color
#e528da | #28e533 |
#e528da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e528da Color Preview on White Background
Lorem ipsum dolor sit amet.
#e528da Color CSS Codes
.mybgcolor {background-color:#e528da; } .myforecolor {color:#e528da; } .mybordercolor {border:3px solid #e528da; }
#e528da Text Font Color
<p style="color:#e528da">Text here</p>
This sample text font color is #e528da
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.
#e528da Background Color
<div style="background-color:#e528da">
Div content here</div>
This div background color is #e528da
#e528da Border Color
<div style="border:3px solid #e528da">
Div here</div>
This div border color is #e528da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,40,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e528da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e528da; -webkit-box-shadow: 1px 1px 3px 2px #e528da; box-shadow: 1px 1px 3px 2px #e528da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,40,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e528da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e528da; -webkit-box-shadow: 1px 1px 3px 2px #e528da; box-shadow: 1px 1px 3px 2px #e528da;">
Div content here</div>
This div box has shadow with color #e528da
Comments
No comments written yet.
Please login to write comment.