Color spaces of #e98fbf
RGB | 233 | 143 | 191 |
---|---|---|---|
HSL | 0.91 | 0.67 | 0.74 |
HSV | 328° | 39° | 91° |
CMYK | 0.00 | 0.39 | 0.18 0.09 |
XYZ | 52.8307 | 40.7301 | 54.3674 |
Yxy | 40.7301 | 0.3571 | 0.2753 |
Hunter Lab | 63.8201 | 36.0781 | -5.8341 |
CIE-Lab | 69.9864 | 40.4738 | -10.4156 |
#e98fbf color RGB value is (233,143,191).
#e98fbf hex color red value is 233, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e98fbf hue: 0.91 , saturation: 0.67 and the lightness value of e98fbf is 0.74.
The process color (four color CMYK) of #e98fbf color hex is 0.00, 0.39, 0.18, 0.09. Web safe color of #e98fbf is #ff99cc. Color #e98fbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10001111 | 10111111 |
Octal | 351 | 217 | 277 |
Decimal | 233 | 143 | 191 |
Hex | E9 | 8F | BF |
Shades of #e98fbf
Tints of #e98fbf
RGB Percentages of Color #e98fbf
CMYK Percentages of Color #e98fbf
Complementary Color
#e98fbf | #8fe9b9 |
#e98fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e98fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e98fbf Color CSS Codes
.mybgcolor {background-color:#e98fbf; } .myforecolor {color:#e98fbf; } .mybordercolor {border:3px solid #e98fbf; }
#e98fbf Text Font Color
<p style="color:#e98fbf">Text here</p>
This sample text font color is #e98fbf
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.
#e98fbf Background Color
<div style="background-color:#e98fbf">
Div content here</div>
This div background color is #e98fbf
#e98fbf Border Color
<div style="border:3px solid #e98fbf">
Div here</div>
This div border color is #e98fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,143,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e98fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e98fbf; -webkit-box-shadow: 1px 1px 3px 2px #e98fbf; box-shadow: 1px 1px 3px 2px #e98fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,143,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 #e98fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e98fbf; -webkit-box-shadow: 1px 1px 3px 2px #e98fbf; box-shadow: 1px 1px 3px 2px #e98fbf;">
Div content here</div>
This div box has shadow with color #e98fbf
Comments
No comments written yet.
Please login to write comment.