Color spaces of #e259ef
RGB | 226 | 89 | 239 |
---|---|---|---|
HSL | 0.82 | 0.82 | 0.64 |
HSV | 295° | 63° | 94° |
CMYK | 0.05 | 0.63 | 0.00 0.06 |
XYZ | 50.5164 | 29.5455 | 84.7017 |
Yxy | 29.5455 | 0.3066 | 0.1793 |
Hunter Lab | 54.3558 | 70.7692 | -54.3416 |
CIE-Lab | 61.2601 | 71.9946 | -50.7321 |
#e259ef color RGB value is (226,89,239).
#e259ef hex color red value is 226, green value is 89 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e259ef hue: 0.82 , saturation: 0.82 and the lightness value of e259ef is 0.64.
The process color (four color CMYK) of #e259ef color hex is 0.05, 0.63, 0.00, 0.06. Web safe color of #e259ef is #cc66ff. Color #e259ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01011001 | 11101111 |
Octal | 342 | 131 | 357 |
Decimal | 226 | 89 | 239 |
Hex | E2 | 59 | EF |
Shades of #e259ef
Tints of #e259ef
RGB Percentages of Color #e259ef
CMYK Percentages of Color #e259ef
Complementary Color
#e259ef | #66ef59 |
#e259ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e259ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e259ef Color CSS Codes
.mybgcolor {background-color:#e259ef; } .myforecolor {color:#e259ef; } .mybordercolor {border:3px solid #e259ef; }
#e259ef Text Font Color
<p style="color:#e259ef">Text here</p>
This sample text font color is #e259ef
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.
#e259ef Background Color
<div style="background-color:#e259ef">
Div content here</div>
This div background color is #e259ef
#e259ef Border Color
<div style="border:3px solid #e259ef">
Div here</div>
This div border color is #e259ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,89,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e259ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e259ef; -webkit-box-shadow: 1px 1px 3px 2px #e259ef; box-shadow: 1px 1px 3px 2px #e259ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,89,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 #e259ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e259ef; -webkit-box-shadow: 1px 1px 3px 2px #e259ef; box-shadow: 1px 1px 3px 2px #e259ef;">
Div content here</div>
This div box has shadow with color #e259ef
Comments
No comments written yet.
Please login to write comment.