Color spaces of #e57bda
RGB | 229 | 123 | 218 |
---|---|---|---|
HSL | 0.85 | 0.67 | 0.69 |
HSV | 306° | 46° | 90° |
CMYK | 0.00 | 0.46 | 0.05 0.10 |
XYZ | 52.0509 | 35.8859 | 70.5129 |
Yxy | 35.8859 | 0.3285 | 0.2265 |
Hunter Lab | 59.9048 | 50.2639 | -27.8558 |
CIE-Lab | 66.4327 | 53.7590 | -30.9093 |
#e57bda color RGB value is (229,123,218).
#e57bda hex color red value is 229, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e57bda hue: 0.85 , saturation: 0.67 and the lightness value of e57bda is 0.69.
The process color (four color CMYK) of #e57bda color hex is 0.00, 0.46, 0.05, 0.10. Web safe color of #e57bda is #cc66cc. Color #e57bda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01111011 | 11011010 |
Octal | 345 | 173 | 332 |
Decimal | 229 | 123 | 218 |
Hex | E5 | 7B | DA |
Shades of #e57bda
Tints of #e57bda
RGB Percentages of Color #e57bda
CMYK Percentages of Color #e57bda
Complementary Color
#e57bda | #7be586 |
#e57bda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e57bda Color Preview on White Background
Lorem ipsum dolor sit amet.
#e57bda Color CSS Codes
.mybgcolor {background-color:#e57bda; } .myforecolor {color:#e57bda; } .mybordercolor {border:3px solid #e57bda; }
#e57bda Text Font Color
<p style="color:#e57bda">Text here</p>
This sample text font color is #e57bda
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.
#e57bda Background Color
<div style="background-color:#e57bda">
Div content here</div>
This div background color is #e57bda
#e57bda Border Color
<div style="border:3px solid #e57bda">
Div here</div>
This div border color is #e57bda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,123,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e57bda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e57bda; -webkit-box-shadow: 1px 1px 3px 2px #e57bda; box-shadow: 1px 1px 3px 2px #e57bda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,123,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 #e57bda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e57bda; -webkit-box-shadow: 1px 1px 3px 2px #e57bda; box-shadow: 1px 1px 3px 2px #e57bda;">
Div content here</div>
This div box has shadow with color #e57bda
Comments
No comments written yet.
Please login to write comment.