Color spaces of #e23ade
RGB | 226 | 58 | 222 |
---|---|---|---|
HSL | 0.84 | 0.74 | 0.56 |
HSV | 301° | 74° | 89° |
CMYK | 0.00 | 0.74 | 0.02 0.11 |
XYZ | 46.0619 | 24.4688 | 71.4025 |
Yxy | 24.4688 | 0.3245 | 0.1724 |
Hunter Lab | 49.4659 | 79.6509 | -50.9570 |
CIE-Lab | 56.5541 | 80.0060 | -48.6658 |
#e23ade color RGB value is (226,58,222).
#e23ade hex color red value is 226, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e23ade hue: 0.84 , saturation: 0.74 and the lightness value of e23ade is 0.56.
The process color (four color CMYK) of #e23ade color hex is 0.00, 0.74, 0.02, 0.11. Web safe color of #e23ade is #cc33cc. Color #e23ade contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00111010 | 11011110 |
Octal | 342 | 72 | 336 |
Decimal | 226 | 58 | 222 |
Hex | E2 | 3A | DE |
Shades of #e23ade
Tints of #e23ade
RGB Percentages of Color #e23ade
CMYK Percentages of Color #e23ade
Complementary Color
#e23ade | #3ae23e |
#e23ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e23ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#e23ade Color CSS Codes
.mybgcolor {background-color:#e23ade; } .myforecolor {color:#e23ade; } .mybordercolor {border:3px solid #e23ade; }
#e23ade Text Font Color
<p style="color:#e23ade">Text here</p>
This sample text font color is #e23ade
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.
#e23ade Background Color
<div style="background-color:#e23ade">
Div content here</div>
This div background color is #e23ade
#e23ade Border Color
<div style="border:3px solid #e23ade">
Div here</div>
This div border color is #e23ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,58,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e23ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e23ade; -webkit-box-shadow: 1px 1px 3px 2px #e23ade; box-shadow: 1px 1px 3px 2px #e23ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,58,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e23ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e23ade; -webkit-box-shadow: 1px 1px 3px 2px #e23ade; box-shadow: 1px 1px 3px 2px #e23ade;">
Div content here</div>
This div box has shadow with color #e23ade
Comments
No comments written yet.
Please login to write comment.