Color spaces of #e96fdd
RGB | 233 | 111 | 221 |
---|---|---|---|
HSL | 0.85 | 0.73 | 0.67 |
HSV | 306° | 52° | 91° |
CMYK | 0.00 | 0.52 | 0.05 0.09 |
XYZ | 52.3399 | 33.9130 | 72.1939 |
Yxy | 33.9130 | 0.3303 | 0.2140 |
Hunter Lab | 58.2349 | 58.5199 | -32.7375 |
CIE-Lab | 64.8935 | 61.1492 | -34.9273 |
#e96fdd color RGB value is (233,111,221).
#e96fdd hex color red value is 233, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e96fdd hue: 0.85 , saturation: 0.73 and the lightness value of e96fdd is 0.67.
The process color (four color CMYK) of #e96fdd color hex is 0.00, 0.52, 0.05, 0.09. Web safe color of #e96fdd is #ff66cc. Color #e96fdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01101111 | 11011101 |
Octal | 351 | 157 | 335 |
Decimal | 233 | 111 | 221 |
Hex | E9 | 6F | DD |
Shades of #e96fdd
Tints of #e96fdd
RGB Percentages of Color #e96fdd
CMYK Percentages of Color #e96fdd
Complementary Color
#e96fdd | #6fe97b |
#e96fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e96fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e96fdd Color CSS Codes
.mybgcolor {background-color:#e96fdd; } .myforecolor {color:#e96fdd; } .mybordercolor {border:3px solid #e96fdd; }
#e96fdd Text Font Color
<p style="color:#e96fdd">Text here</p>
This sample text font color is #e96fdd
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.
#e96fdd Background Color
<div style="background-color:#e96fdd">
Div content here</div>
This div background color is #e96fdd
#e96fdd Border Color
<div style="border:3px solid #e96fdd">
Div here</div>
This div border color is #e96fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,111,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e96fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e96fdd; -webkit-box-shadow: 1px 1px 3px 2px #e96fdd; box-shadow: 1px 1px 3px 2px #e96fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,111,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e96fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e96fdd; -webkit-box-shadow: 1px 1px 3px 2px #e96fdd; box-shadow: 1px 1px 3px 2px #e96fdd;">
Div content here</div>
This div box has shadow with color #e96fdd
Comments
No comments written yet.
Please login to write comment.