Color spaces of #e61aea
RGB | 230 | 26 | 234 |
---|---|---|---|
HSL | 0.83 | 0.83 | 0.51 |
HSV | 299° | 89° | 92° |
CMYK | 0.02 | 0.89 | 0.00 0.08 |
XYZ | 47.8538 | 23.5023 | 79.8561 |
Yxy | 23.5023 | 0.3165 | 0.1554 |
Hunter Lab | 48.4792 | 91.3588 | -63.7285 |
CIE-Lab | 55.5860 | 89.2072 | -56.9383 |
#e61aea color RGB value is (230,26,234).
#e61aea hex color red value is 230, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e61aea hue: 0.83 , saturation: 0.83 and the lightness value of e61aea is 0.51.
The process color (four color CMYK) of #e61aea color hex is 0.02, 0.89, 0.00, 0.08. Web safe color of #e61aea is #ff33ff. Color #e61aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00011010 | 11101010 |
Octal | 346 | 32 | 352 |
Decimal | 230 | 26 | 234 |
Hex | E6 | 1A | EA |
Shades of #e61aea
Tints of #e61aea
RGB Percentages of Color #e61aea
CMYK Percentages of Color #e61aea
Complementary Color
#e61aea | #1eea1a |
#e61aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e61aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e61aea Color CSS Codes
.mybgcolor {background-color:#e61aea; } .myforecolor {color:#e61aea; } .mybordercolor {border:3px solid #e61aea; }
#e61aea Text Font Color
<p style="color:#e61aea">Text here</p>
This sample text font color is #e61aea
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.
#e61aea Background Color
<div style="background-color:#e61aea">
Div content here</div>
This div background color is #e61aea
#e61aea Border Color
<div style="border:3px solid #e61aea">
Div here</div>
This div border color is #e61aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,26,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e61aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e61aea; -webkit-box-shadow: 1px 1px 3px 2px #e61aea; box-shadow: 1px 1px 3px 2px #e61aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,26,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e61aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e61aea; -webkit-box-shadow: 1px 1px 3px 2px #e61aea; box-shadow: 1px 1px 3px 2px #e61aea;">
Div content here</div>
This div box has shadow with color #e61aea
Comments
No comments written yet.
Please login to write comment.