Color spaces of #e989ed
RGB | 233 | 137 | 237 |
---|---|---|---|
HSL | 0.83 | 0.74 | 0.73 |
HSV | 298° | 42° | 93° |
CMYK | 0.02 | 0.42 | 0.00 0.07 |
XYZ | 57.8360 | 41.3294 | 85.0498 |
Yxy | 41.3294 | 0.3140 | 0.2244 |
Hunter Lab | 64.2879 | 48.0818 | -33.4362 |
CIE-Lab | 70.4061 | 51.2582 | -35.2147 |
#e989ed color RGB value is (233,137,237).
#e989ed hex color red value is 233, green value is 137 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e989ed hue: 0.83 , saturation: 0.74 and the lightness value of e989ed is 0.73.
The process color (four color CMYK) of #e989ed color hex is 0.02, 0.42, 0.00, 0.07. Web safe color of #e989ed is #ff99ff. Color #e989ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10001001 | 11101101 |
Octal | 351 | 211 | 355 |
Decimal | 233 | 137 | 237 |
Hex | E9 | 89 | ED |
Shades of #e989ed
Tints of #e989ed
RGB Percentages of Color #e989ed
CMYK Percentages of Color #e989ed
Complementary Color
#e989ed | #8ded89 |
#e989ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e989ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#e989ed Color CSS Codes
.mybgcolor {background-color:#e989ed; } .myforecolor {color:#e989ed; } .mybordercolor {border:3px solid #e989ed; }
#e989ed Text Font Color
<p style="color:#e989ed">Text here</p>
This sample text font color is #e989ed
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.
#e989ed Background Color
<div style="background-color:#e989ed">
Div content here</div>
This div background color is #e989ed
#e989ed Border Color
<div style="border:3px solid #e989ed">
Div here</div>
This div border color is #e989ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,137,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e989ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e989ed; -webkit-box-shadow: 1px 1px 3px 2px #e989ed; box-shadow: 1px 1px 3px 2px #e989ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,137,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e989ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e989ed; -webkit-box-shadow: 1px 1px 3px 2px #e989ed; box-shadow: 1px 1px 3px 2px #e989ed;">
Div content here</div>
This div box has shadow with color #e989ed
Comments
No comments written yet.
Please login to write comment.