Color spaces of #e996bf
RGB | 233 | 150 | 191 |
---|---|---|---|
HSL | 0.92 | 0.65 | 0.75 |
HSV | 330° | 36° | 91° |
CMYK | 0.00 | 0.36 | 0.18 0.09 |
XYZ | 53.9146 | 42.8979 | 54.7287 |
Yxy | 42.8979 | 0.3558 | 0.2831 |
Hunter Lab | 65.4965 | 32.3166 | -3.6950 |
CIE-Lab | 71.4856 | 36.8042 | -8.1815 |
#e996bf color RGB value is (233,150,191).
#e996bf hex color red value is 233, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e996bf hue: 0.92 , saturation: 0.65 and the lightness value of e996bf is 0.75.
The process color (four color CMYK) of #e996bf color hex is 0.00, 0.36, 0.18, 0.09. Web safe color of #e996bf is #ff99cc. Color #e996bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10010110 | 10111111 |
Octal | 351 | 226 | 277 |
Decimal | 233 | 150 | 191 |
Hex | E9 | 96 | BF |
Shades of #e996bf
Tints of #e996bf
RGB Percentages of Color #e996bf
CMYK Percentages of Color #e996bf
Complementary Color
#e996bf | #96e9c0 |
#e996bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e996bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e996bf Color CSS Codes
.mybgcolor {background-color:#e996bf; } .myforecolor {color:#e996bf; } .mybordercolor {border:3px solid #e996bf; }
#e996bf Text Font Color
<p style="color:#e996bf">Text here</p>
This sample text font color is #e996bf
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.
#e996bf Background Color
<div style="background-color:#e996bf">
Div content here</div>
This div background color is #e996bf
#e996bf Border Color
<div style="border:3px solid #e996bf">
Div here</div>
This div border color is #e996bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,150,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e996bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e996bf; -webkit-box-shadow: 1px 1px 3px 2px #e996bf; box-shadow: 1px 1px 3px 2px #e996bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,150,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e996bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e996bf; -webkit-box-shadow: 1px 1px 3px 2px #e996bf; box-shadow: 1px 1px 3px 2px #e996bf;">
Div content here</div>
This div box has shadow with color #e996bf
Comments
No comments written yet.
Please login to write comment.