Color spaces of #e96abd
RGB | 233 | 106 | 189 |
---|---|---|---|
HSL | 0.89 | 0.74 | 0.66 |
HSV | 321° | 55° | 91° |
CMYK | 0.00 | 0.55 | 0.19 0.09 |
XYZ | 47.9436 | 31.3058 | 51.6598 |
Yxy | 31.3058 | 0.3662 | 0.2391 |
Hunter Lab | 55.9516 | 55.0372 | -15.5760 |
CIE-Lab | 62.7649 | 58.5122 | -20.1875 |
#e96abd color RGB value is (233,106,189).
#e96abd hex color red value is 233, green value is 106 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e96abd hue: 0.89 , saturation: 0.74 and the lightness value of e96abd is 0.66.
The process color (four color CMYK) of #e96abd color hex is 0.00, 0.55, 0.19, 0.09. Web safe color of #e96abd is #ff66cc. Color #e96abd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01101010 | 10111101 |
Octal | 351 | 152 | 275 |
Decimal | 233 | 106 | 189 |
Hex | E9 | 6A | BD |
Shades of #e96abd
Tints of #e96abd
RGB Percentages of Color #e96abd
CMYK Percentages of Color #e96abd
Complementary Color
#e96abd | #6ae996 |
#e96abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e96abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e96abd Color CSS Codes
.mybgcolor {background-color:#e96abd; } .myforecolor {color:#e96abd; } .mybordercolor {border:3px solid #e96abd; }
#e96abd Text Font Color
<p style="color:#e96abd">Text here</p>
This sample text font color is #e96abd
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.
#e96abd Background Color
<div style="background-color:#e96abd">
Div content here</div>
This div background color is #e96abd
#e96abd Border Color
<div style="border:3px solid #e96abd">
Div here</div>
This div border color is #e96abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,106,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e96abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e96abd; -webkit-box-shadow: 1px 1px 3px 2px #e96abd; box-shadow: 1px 1px 3px 2px #e96abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,106,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e96abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e96abd; -webkit-box-shadow: 1px 1px 3px 2px #e96abd; box-shadow: 1px 1px 3px 2px #e96abd;">
Div content here</div>
This div box has shadow with color #e96abd
Comments
No comments written yet.
Please login to write comment.