Color spaces of #e598aa
RGB | 229 | 152 | 170 |
---|---|---|---|
HSL | 0.96 | 0.60 | 0.75 |
HSV | 346° | 34° | 90° |
CMYK | 0.00 | 0.34 | 0.26 0.10 |
XYZ | 50.7970 | 42.0168 | 43.4630 |
Yxy | 42.0168 | 0.3727 | 0.3083 |
Hunter Lab | 64.8204 | 26.4473 | 5.6194 |
CIE-Lab | 70.8825 | 31.2671 | 2.5380 |
#e598aa color RGB value is (229,152,170).
#e598aa hex color red value is 229, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e598aa hue: 0.96 , saturation: 0.60 and the lightness value of e598aa is 0.75.
The process color (four color CMYK) of #e598aa color hex is 0.00, 0.34, 0.26, 0.10. Web safe color of #e598aa is #cc9999. Color #e598aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10011000 | 10101010 |
Octal | 345 | 230 | 252 |
Decimal | 229 | 152 | 170 |
Hex | E5 | 98 | AA |
Shades of #e598aa
Tints of #e598aa
RGB Percentages of Color #e598aa
CMYK Percentages of Color #e598aa
Complementary Color
#e598aa | #98e5d3 |
#e598aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e598aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e598aa Color CSS Codes
.mybgcolor {background-color:#e598aa; } .myforecolor {color:#e598aa; } .mybordercolor {border:3px solid #e598aa; }
#e598aa Text Font Color
<p style="color:#e598aa">Text here</p>
This sample text font color is #e598aa
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.
#e598aa Background Color
<div style="background-color:#e598aa">
Div content here</div>
This div background color is #e598aa
#e598aa Border Color
<div style="border:3px solid #e598aa">
Div here</div>
This div border color is #e598aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,152,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e598aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e598aa; -webkit-box-shadow: 1px 1px 3px 2px #e598aa; box-shadow: 1px 1px 3px 2px #e598aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,152,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e598aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e598aa; -webkit-box-shadow: 1px 1px 3px 2px #e598aa; box-shadow: 1px 1px 3px 2px #e598aa;">
Div content here</div>
This div box has shadow with color #e598aa
Comments
No comments written yet.
Please login to write comment.