Color spaces of #e496cd
RGB | 228 | 150 | 205 |
---|---|---|---|
HSL | 0.88 | 0.59 | 0.74 |
HSV | 318° | 34° | 89° |
CMYK | 0.00 | 0.34 | 0.10 0.11 |
XYZ | 53.9207 | 42.7145 | 63.1604 |
Yxy | 42.7145 | 0.3374 | 0.2673 |
Hunter Lab | 65.3563 | 32.8936 | -11.5485 |
CIE-Lab | 71.3608 | 37.3580 | -16.1763 |
#e496cd color RGB value is (228,150,205).
#e496cd hex color red value is 228, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e496cd hue: 0.88 , saturation: 0.59 and the lightness value of e496cd is 0.74.
The process color (four color CMYK) of #e496cd color hex is 0.00, 0.34, 0.10, 0.11. Web safe color of #e496cd is #cc99cc. Color #e496cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10010110 | 11001101 |
Octal | 344 | 226 | 315 |
Decimal | 228 | 150 | 205 |
Hex | E4 | 96 | CD |
Shades of #e496cd
Tints of #e496cd
RGB Percentages of Color #e496cd
CMYK Percentages of Color #e496cd
Complementary Color
#e496cd | #96e4ad |
#e496cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e496cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e496cd Color CSS Codes
.mybgcolor {background-color:#e496cd; } .myforecolor {color:#e496cd; } .mybordercolor {border:3px solid #e496cd; }
#e496cd Text Font Color
<p style="color:#e496cd">Text here</p>
This sample text font color is #e496cd
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.
#e496cd Background Color
<div style="background-color:#e496cd">
Div content here</div>
This div background color is #e496cd
#e496cd Border Color
<div style="border:3px solid #e496cd">
Div here</div>
This div border color is #e496cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,150,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e496cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e496cd; -webkit-box-shadow: 1px 1px 3px 2px #e496cd; box-shadow: 1px 1px 3px 2px #e496cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,150,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e496cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e496cd; -webkit-box-shadow: 1px 1px 3px 2px #e496cd; box-shadow: 1px 1px 3px 2px #e496cd;">
Div content here</div>
This div box has shadow with color #e496cd
Comments
No comments written yet.
Please login to write comment.