Color spaces of #e896bc
RGB | 232 | 150 | 188 |
---|---|---|---|
HSL | 0.92 | 0.64 | 0.75 |
HSV | 332° | 35° | 91° |
CMYK | 0.00 | 0.35 | 0.19 0.09 |
XYZ | 53.2622 | 42.5993 | 52.9922 |
Yxy | 42.5993 | 0.3578 | 0.2862 |
Hunter Lab | 65.2681 | 31.4461 | -2.4508 |
CIE-Lab | 71.2822 | 36.0049 | -6.8323 |
#e896bc color RGB value is (232,150,188).
#e896bc hex color red value is 232, green value is 150 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e896bc hue: 0.92 , saturation: 0.64 and the lightness value of e896bc is 0.75.
The process color (four color CMYK) of #e896bc color hex is 0.00, 0.35, 0.19, 0.09. Web safe color of #e896bc is #ff99cc. Color #e896bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10010110 | 10111100 |
Octal | 350 | 226 | 274 |
Decimal | 232 | 150 | 188 |
Hex | E8 | 96 | BC |
Shades of #e896bc
Tints of #e896bc
RGB Percentages of Color #e896bc
CMYK Percentages of Color #e896bc
Complementary Color
#e896bc | #96e8c2 |
#e896bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e896bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e896bc Color CSS Codes
.mybgcolor {background-color:#e896bc; } .myforecolor {color:#e896bc; } .mybordercolor {border:3px solid #e896bc; }
#e896bc Text Font Color
<p style="color:#e896bc">Text here</p>
This sample text font color is #e896bc
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.
#e896bc Background Color
<div style="background-color:#e896bc">
Div content here</div>
This div background color is #e896bc
#e896bc Border Color
<div style="border:3px solid #e896bc">
Div here</div>
This div border color is #e896bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,150,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e896bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e896bc; -webkit-box-shadow: 1px 1px 3px 2px #e896bc; box-shadow: 1px 1px 3px 2px #e896bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,150,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e896bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e896bc; -webkit-box-shadow: 1px 1px 3px 2px #e896bc; box-shadow: 1px 1px 3px 2px #e896bc;">
Div content here</div>
This div box has shadow with color #e896bc
Comments
No comments written yet.
Please login to write comment.