Color spaces of #e98bfe
RGB | 233 | 139 | 254 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.77 |
HSV | 289° | 45° | 100° |
CMYK | 0.08 | 0.45 | 0.00 0.00 |
XYZ | 60.7263 | 42.9446 | 98.8544 |
Yxy | 42.9446 | 0.2998 | 0.2120 |
Hunter Lab | 65.5321 | 50.7284 | -43.5657 |
CIE-Lab | 71.5174 | 53.4118 | -42.7689 |
#e98bfe color RGB value is (233,139,254).
#e98bfe hex color red value is 233, green value is 139 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e98bfe hue: 0.80 , saturation: 0.98 and the lightness value of e98bfe is 0.77.
The process color (four color CMYK) of #e98bfe color hex is 0.08, 0.45, 0.00, 0.00. Web safe color of #e98bfe is #ff99ff. Color #e98bfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10001011 | 11111110 |
Octal | 351 | 213 | 376 |
Decimal | 233 | 139 | 254 |
Hex | E9 | 8B | FE |
Shades of #e98bfe
Tints of #e98bfe
RGB Percentages of Color #e98bfe
CMYK Percentages of Color #e98bfe
Complementary Color
#e98bfe | #a0fe8b |
#e98bfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e98bfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e98bfe Color CSS Codes
.mybgcolor {background-color:#e98bfe; } .myforecolor {color:#e98bfe; } .mybordercolor {border:3px solid #e98bfe; }
#e98bfe Text Font Color
<p style="color:#e98bfe">Text here</p>
This sample text font color is #e98bfe
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.
#e98bfe Background Color
<div style="background-color:#e98bfe">
Div content here</div>
This div background color is #e98bfe
#e98bfe Border Color
<div style="border:3px solid #e98bfe">
Div here</div>
This div border color is #e98bfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,139,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e98bfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e98bfe; -webkit-box-shadow: 1px 1px 3px 2px #e98bfe; box-shadow: 1px 1px 3px 2px #e98bfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,139,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 #e98bfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e98bfe; -webkit-box-shadow: 1px 1px 3px 2px #e98bfe; box-shadow: 1px 1px 3px 2px #e98bfe;">
Div content here</div>
This div box has shadow with color #e98bfe
Comments
No comments written yet.
Please login to write comment.