Color spaces of #e599da
RGB | 229 | 153 | 218 |
---|---|---|---|
HSL | 0.86 | 0.59 | 0.75 |
HSV | 309° | 33° | 90° |
CMYK | 0.00 | 0.33 | 0.05 0.10 |
XYZ | 56.3592 | 44.5024 | 71.9490 |
Yxy | 44.5024 | 0.3261 | 0.2575 |
Hunter Lab | 66.7101 | 34.0608 | -17.2491 |
CIE-Lab | 72.5630 | 38.3236 | -21.5065 |
#e599da color RGB value is (229,153,218).
#e599da hex color red value is 229, green value is 153 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e599da hue: 0.86 , saturation: 0.59 and the lightness value of e599da is 0.75.
The process color (four color CMYK) of #e599da color hex is 0.00, 0.33, 0.05, 0.10. Web safe color of #e599da is #cc99cc. Color #e599da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10011001 | 11011010 |
Octal | 345 | 231 | 332 |
Decimal | 229 | 153 | 218 |
Hex | E5 | 99 | DA |
Shades of #e599da
Tints of #e599da
RGB Percentages of Color #e599da
CMYK Percentages of Color #e599da
Complementary Color
#e599da | #99e5a4 |
#e599da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e599da Color Preview on White Background
Lorem ipsum dolor sit amet.
#e599da Color CSS Codes
.mybgcolor {background-color:#e599da; } .myforecolor {color:#e599da; } .mybordercolor {border:3px solid #e599da; }
#e599da Text Font Color
<p style="color:#e599da">Text here</p>
This sample text font color is #e599da
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.
#e599da Background Color
<div style="background-color:#e599da">
Div content here</div>
This div background color is #e599da
#e599da Border Color
<div style="border:3px solid #e599da">
Div here</div>
This div border color is #e599da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,153,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e599da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e599da; -webkit-box-shadow: 1px 1px 3px 2px #e599da; box-shadow: 1px 1px 3px 2px #e599da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,153,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 #e599da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e599da; -webkit-box-shadow: 1px 1px 3px 2px #e599da; box-shadow: 1px 1px 3px 2px #e599da;">
Div content here</div>
This div box has shadow with color #e599da
Comments
No comments written yet.
Please login to write comment.