Color spaces of #e200da
RGB | 226 | 0 | 218 |
---|---|---|---|
HSL | 0.84 | 1.00 | 0.44 |
HSV | 302° | 100° | 89° |
CMYK | 0.00 | 1.00 | 0.04 0.11 |
XYZ | 44.0189 | 21.2307 | 68.1075 |
Yxy | 21.2307 | 0.3301 | 0.1592 |
Hunter Lab | 46.0768 | 89.8935 | -55.3846 |
CIE-Lab | 53.2011 | 88.5645 | -51.7320 |
#e200da color RGB value is (226,0,218).
#e200da hex color red value is 226, green value is 0 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e200da hue: 0.84 , saturation: 1.00 and the lightness value of e200da is 0.44.
The process color (four color CMYK) of #e200da color hex is 0.00, 1.00, 0.04, 0.11. Web safe color of #e200da is #cc00cc. Color #e200da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00000000 | 11011010 |
Octal | 342 | 0 | 332 |
Decimal | 226 | 0 | 218 |
Hex | E2 | 0 | DA |
Shades of #e200da
Tints of #e200da
RGB Percentages of Color #e200da
CMYK Percentages of Color #e200da
Complementary Color
#e200da | #00e208 |
#e200da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e200da Color Preview on White Background
Lorem ipsum dolor sit amet.
#e200da Color CSS Codes
.mybgcolor {background-color:#e200da; } .myforecolor {color:#e200da; } .mybordercolor {border:3px solid #e200da; }
#e200da Text Font Color
<p style="color:#e200da">Text here</p>
This sample text font color is #e200da
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.
#e200da Background Color
<div style="background-color:#e200da">
Div content here</div>
This div background color is #e200da
#e200da Border Color
<div style="border:3px solid #e200da">
Div here</div>
This div border color is #e200da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,0,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e200da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e200da; -webkit-box-shadow: 1px 1px 3px 2px #e200da; box-shadow: 1px 1px 3px 2px #e200da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,0,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e200da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e200da; -webkit-box-shadow: 1px 1px 3px 2px #e200da; box-shadow: 1px 1px 3px 2px #e200da;">
Div content here</div>
This div box has shadow with color #e200da
Comments
No comments written yet.
Please login to write comment.