Color spaces of #e996cd
RGB | 233 | 150 | 205 |
---|---|---|---|
HSL | 0.89 | 0.65 | 0.75 |
HSV | 320° | 36° | 91° |
CMYK | 0.00 | 0.36 | 0.12 0.09 |
XYZ | 55.5301 | 43.5441 | 63.2357 |
Yxy | 43.5441 | 0.3421 | 0.2683 |
Hunter Lab | 65.9880 | 34.7322 | -10.6255 |
CIE-Lab | 71.9227 | 39.0135 | -15.2737 |
#e996cd color RGB value is (233,150,205).
#e996cd hex color red value is 233, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e996cd hue: 0.89 , saturation: 0.65 and the lightness value of e996cd is 0.75.
The process color (four color CMYK) of #e996cd color hex is 0.00, 0.36, 0.12, 0.09. Web safe color of #e996cd is #ff99cc. Color #e996cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10010110 | 11001101 |
Octal | 351 | 226 | 315 |
Decimal | 233 | 150 | 205 |
Hex | E9 | 96 | CD |
Shades of #e996cd
Tints of #e996cd
RGB Percentages of Color #e996cd
CMYK Percentages of Color #e996cd
Complementary Color
#e996cd | #96e9b2 |
#e996cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e996cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e996cd Color CSS Codes
.mybgcolor {background-color:#e996cd; } .myforecolor {color:#e996cd; } .mybordercolor {border:3px solid #e996cd; }
#e996cd Text Font Color
<p style="color:#e996cd">Text here</p>
This sample text font color is #e996cd
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.
#e996cd Background Color
<div style="background-color:#e996cd">
Div content here</div>
This div background color is #e996cd
#e996cd Border Color
<div style="border:3px solid #e996cd">
Div here</div>
This div border color is #e996cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,150,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e996cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e996cd; -webkit-box-shadow: 1px 1px 3px 2px #e996cd; box-shadow: 1px 1px 3px 2px #e996cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,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 #e996cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e996cd; -webkit-box-shadow: 1px 1px 3px 2px #e996cd; box-shadow: 1px 1px 3px 2px #e996cd;">
Div content here</div>
This div box has shadow with color #e996cd
Comments
No comments written yet.
Please login to write comment.