Color spaces of #e89bfe
RGB | 232 | 155 | 254 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.80 |
HSV | 287° | 39° | 100° |
CMYK | 0.09 | 0.39 | 0.00 0.00 |
XYZ | 62.8894 | 47.7543 | 99.6688 |
Yxy | 47.7543 | 0.2990 | 0.2271 |
Hunter Lab | 69.1045 | 41.5133 | -37.1403 |
CIE-Lab | 74.6697 | 44.8778 | -37.8642 |
#e89bfe color RGB value is (232,155,254).
#e89bfe hex color red value is 232, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e89bfe hue: 0.80 , saturation: 0.98 and the lightness value of e89bfe is 0.80.
The process color (four color CMYK) of #e89bfe color hex is 0.09, 0.39, 0.00, 0.00. Web safe color of #e89bfe is #ff99ff. Color #e89bfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10011011 | 11111110 |
Octal | 350 | 233 | 376 |
Decimal | 232 | 155 | 254 |
Hex | E8 | 9B | FE |
Shades of #e89bfe
Tints of #e89bfe
RGB Percentages of Color #e89bfe
CMYK Percentages of Color #e89bfe
Complementary Color
#e89bfe | #b1fe9b |
#e89bfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e89bfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e89bfe Color CSS Codes
.mybgcolor {background-color:#e89bfe; } .myforecolor {color:#e89bfe; } .mybordercolor {border:3px solid #e89bfe; }
#e89bfe Text Font Color
<p style="color:#e89bfe">Text here</p>
This sample text font color is #e89bfe
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.
#e89bfe Background Color
<div style="background-color:#e89bfe">
Div content here</div>
This div background color is #e89bfe
#e89bfe Border Color
<div style="border:3px solid #e89bfe">
Div here</div>
This div border color is #e89bfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,155,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e89bfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e89bfe; -webkit-box-shadow: 1px 1px 3px 2px #e89bfe; box-shadow: 1px 1px 3px 2px #e89bfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,155,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e89bfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e89bfe; -webkit-box-shadow: 1px 1px 3px 2px #e89bfe; box-shadow: 1px 1px 3px 2px #e89bfe;">
Div content here</div>
This div box has shadow with color #e89bfe
Comments
No comments written yet.
Please login to write comment.