Color spaces of #e24abc
RGB | 226 | 74 | 188 |
---|---|---|---|
HSL | 0.88 | 0.72 | 0.59 |
HSV | 315° | 67° | 89° |
CMYK | 0.00 | 0.67 | 0.17 0.11 |
XYZ | 42.8899 | 24.6971 | 50.0834 |
Yxy | 24.6971 | 0.3645 | 0.2099 |
Hunter Lab | 49.6962 | 67.0847 | -24.9647 |
CIE-Lab | 56.7791 | 69.8060 | -28.9048 |
#e24abc color RGB value is (226,74,188).
#e24abc hex color red value is 226, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e24abc hue: 0.88 , saturation: 0.72 and the lightness value of e24abc is 0.59.
The process color (four color CMYK) of #e24abc color hex is 0.00, 0.67, 0.17, 0.11. Web safe color of #e24abc is #cc33cc. Color #e24abc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01001010 | 10111100 |
Octal | 342 | 112 | 274 |
Decimal | 226 | 74 | 188 |
Hex | E2 | 4A | BC |
Shades of #e24abc
Tints of #e24abc
RGB Percentages of Color #e24abc
CMYK Percentages of Color #e24abc
Complementary Color
#e24abc | #4ae270 |
#e24abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e24abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e24abc Color CSS Codes
.mybgcolor {background-color:#e24abc; } .myforecolor {color:#e24abc; } .mybordercolor {border:3px solid #e24abc; }
#e24abc Text Font Color
<p style="color:#e24abc">Text here</p>
This sample text font color is #e24abc
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.
#e24abc Background Color
<div style="background-color:#e24abc">
Div content here</div>
This div background color is #e24abc
#e24abc Border Color
<div style="border:3px solid #e24abc">
Div here</div>
This div border color is #e24abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,74,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e24abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e24abc; -webkit-box-shadow: 1px 1px 3px 2px #e24abc; box-shadow: 1px 1px 3px 2px #e24abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,74,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e24abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e24abc; -webkit-box-shadow: 1px 1px 3px 2px #e24abc; box-shadow: 1px 1px 3px 2px #e24abc;">
Div content here</div>
This div box has shadow with color #e24abc
Comments
No comments written yet.
Please login to write comment.