Color spaces of #e96acb
RGB | 233 | 106 | 203 |
---|---|---|---|
HSL | 0.87 | 0.74 | 0.66 |
HSV | 314° | 55° | 91° |
CMYK | 0.00 | 0.55 | 0.13 0.09 |
XYZ | 49.5378 | 31.9435 | 60.0547 |
Yxy | 31.9435 | 0.3500 | 0.2257 |
Hunter Lab | 56.5186 | 57.5454 | -23.4365 |
CIE-Lab | 63.2962 | 60.5859 | -27.3008 |
#e96acb color RGB value is (233,106,203).
#e96acb hex color red value is 233, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e96acb hue: 0.87 , saturation: 0.74 and the lightness value of e96acb is 0.66.
The process color (four color CMYK) of #e96acb color hex is 0.00, 0.55, 0.13, 0.09. Web safe color of #e96acb is #ff66cc. Color #e96acb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01101010 | 11001011 |
Octal | 351 | 152 | 313 |
Decimal | 233 | 106 | 203 |
Hex | E9 | 6A | CB |
Shades of #e96acb
Tints of #e96acb
RGB Percentages of Color #e96acb
CMYK Percentages of Color #e96acb
Complementary Color
#e96acb | #6ae988 |
#e96acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e96acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e96acb Color CSS Codes
.mybgcolor {background-color:#e96acb; } .myforecolor {color:#e96acb; } .mybordercolor {border:3px solid #e96acb; }
#e96acb Text Font Color
<p style="color:#e96acb">Text here</p>
This sample text font color is #e96acb
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.
#e96acb Background Color
<div style="background-color:#e96acb">
Div content here</div>
This div background color is #e96acb
#e96acb Border Color
<div style="border:3px solid #e96acb">
Div here</div>
This div border color is #e96acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,106,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e96acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e96acb; -webkit-box-shadow: 1px 1px 3px 2px #e96acb; box-shadow: 1px 1px 3px 2px #e96acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,106,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e96acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e96acb; -webkit-box-shadow: 1px 1px 3px 2px #e96acb; box-shadow: 1px 1px 3px 2px #e96acb;">
Div content here</div>
This div box has shadow with color #e96acb
Comments
No comments written yet.
Please login to write comment.