Color spaces of #e98bbc
RGB | 233 | 139 | 188 |
---|---|---|---|
HSL | 0.91 | 0.68 | 0.73 |
HSV | 329° | 40° | 91° |
CMYK | 0.00 | 0.40 | 0.19 0.09 |
XYZ | 51.9140 | 39.4197 | 52.4496 |
Yxy | 39.4197 | 0.3611 | 0.2742 |
Hunter Lab | 62.7851 | 37.7192 | -5.5803 |
CIE-Lab | 69.0542 | 42.1003 | -10.1348 |
#e98bbc color RGB value is (233,139,188).
#e98bbc hex color red value is 233, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e98bbc hue: 0.91 , saturation: 0.68 and the lightness value of e98bbc is 0.73.
The process color (four color CMYK) of #e98bbc color hex is 0.00, 0.40, 0.19, 0.09. Web safe color of #e98bbc is #ff99cc. Color #e98bbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10001011 | 10111100 |
Octal | 351 | 213 | 274 |
Decimal | 233 | 139 | 188 |
Hex | E9 | 8B | BC |
Shades of #e98bbc
Tints of #e98bbc
RGB Percentages of Color #e98bbc
CMYK Percentages of Color #e98bbc
Complementary Color
#e98bbc | #8be9b8 |
#e98bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e98bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e98bbc Color CSS Codes
.mybgcolor {background-color:#e98bbc; } .myforecolor {color:#e98bbc; } .mybordercolor {border:3px solid #e98bbc; }
#e98bbc Text Font Color
<p style="color:#e98bbc">Text here</p>
This sample text font color is #e98bbc
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.
#e98bbc Background Color
<div style="background-color:#e98bbc">
Div content here</div>
This div background color is #e98bbc
#e98bbc Border Color
<div style="border:3px solid #e98bbc">
Div here</div>
This div border color is #e98bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,139,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e98bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e98bbc; -webkit-box-shadow: 1px 1px 3px 2px #e98bbc; box-shadow: 1px 1px 3px 2px #e98bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,139,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 #e98bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e98bbc; -webkit-box-shadow: 1px 1px 3px 2px #e98bbc; box-shadow: 1px 1px 3px 2px #e98bbc;">
Div content here</div>
This div box has shadow with color #e98bbc
Comments
No comments written yet.
Please login to write comment.