Color spaces of #e200ad
RGB | 226 | 0 | 173 |
---|---|---|---|
HSL | 0.87 | 1.00 | 0.44 |
HSV | 314° | 100° | 89° |
CMYK | 0.00 | 1.00 | 0.23 0.11 |
XYZ | 38.9069 | 19.1859 | 41.1878 |
Yxy | 19.1859 | 0.3919 | 0.1932 |
Hunter Lab | 43.8017 | 81.8997 | -25.0906 |
CIE-Lab | 50.9040 | 82.8704 | -29.2920 |
#e200ad color RGB value is (226,0,173).
#e200ad hex color red value is 226, green value is 0 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e200ad hue: 0.87 , saturation: 1.00 and the lightness value of e200ad is 0.44.
The process color (four color CMYK) of #e200ad color hex is 0.00, 1.00, 0.23, 0.11. Web safe color of #e200ad is #cc0099. Color #e200ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00000000 | 10101101 |
Octal | 342 | 0 | 255 |
Decimal | 226 | 0 | 173 |
Hex | E2 | 0 | AD |
Shades of #e200ad
Tints of #e200ad
RGB Percentages of Color #e200ad
CMYK Percentages of Color #e200ad
Complementary Color
#e200ad | #00e235 |
#e200ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e200ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#e200ad Color CSS Codes
.mybgcolor {background-color:#e200ad; } .myforecolor {color:#e200ad; } .mybordercolor {border:3px solid #e200ad; }
#e200ad Text Font Color
<p style="color:#e200ad">Text here</p>
This sample text font color is #e200ad
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.
#e200ad Background Color
<div style="background-color:#e200ad">
Div content here</div>
This div background color is #e200ad
#e200ad Border Color
<div style="border:3px solid #e200ad">
Div here</div>
This div border color is #e200ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,0,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e200ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e200ad; -webkit-box-shadow: 1px 1px 3px 2px #e200ad; box-shadow: 1px 1px 3px 2px #e200ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,0,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e200ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e200ad; -webkit-box-shadow: 1px 1px 3px 2px #e200ad; box-shadow: 1px 1px 3px 2px #e200ad;">
Div content here</div>
This div box has shadow with color #e200ad
Comments
No comments written yet.
Please login to write comment.