Color spaces of #e289ef
RGB | 226 | 137 | 239 |
---|---|---|---|
HSL | 0.81 | 0.76 | 0.74 |
HSV | 292° | 43° | 94° |
CMYK | 0.05 | 0.43 | 0.00 0.06 |
XYZ | 55.8897 | 40.2921 | 86.4928 |
Yxy | 40.2921 | 0.3060 | 0.2206 |
Hunter Lab | 63.4761 | 46.0834 | -36.3556 |
CIE-Lab | 69.6771 | 49.5934 | -37.5075 |
#e289ef color RGB value is (226,137,239).
#e289ef hex color red value is 226, green value is 137 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e289ef hue: 0.81 , saturation: 0.76 and the lightness value of e289ef is 0.74.
The process color (four color CMYK) of #e289ef color hex is 0.05, 0.43, 0.00, 0.06. Web safe color of #e289ef is #cc99ff. Color #e289ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10001001 | 11101111 |
Octal | 342 | 211 | 357 |
Decimal | 226 | 137 | 239 |
Hex | E2 | 89 | EF |
Shades of #e289ef
Tints of #e289ef
RGB Percentages of Color #e289ef
CMYK Percentages of Color #e289ef
Complementary Color
#e289ef | #96ef89 |
#e289ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e289ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e289ef Color CSS Codes
.mybgcolor {background-color:#e289ef; } .myforecolor {color:#e289ef; } .mybordercolor {border:3px solid #e289ef; }
#e289ef Text Font Color
<p style="color:#e289ef">Text here</p>
This sample text font color is #e289ef
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.
#e289ef Background Color
<div style="background-color:#e289ef">
Div content here</div>
This div background color is #e289ef
#e289ef Border Color
<div style="border:3px solid #e289ef">
Div here</div>
This div border color is #e289ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,137,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e289ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e289ef; -webkit-box-shadow: 1px 1px 3px 2px #e289ef; box-shadow: 1px 1px 3px 2px #e289ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,137,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e289ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e289ef; -webkit-box-shadow: 1px 1px 3px 2px #e289ef; box-shadow: 1px 1px 3px 2px #e289ef;">
Div content here</div>
This div box has shadow with color #e289ef
Comments
No comments written yet.
Please login to write comment.