Color spaces of #e820da
RGB | 232 | 32 | 218 |
---|---|---|---|
HSL | 0.85 | 0.81 | 0.52 |
HSV | 304° | 86° | 91° |
CMYK | 0.00 | 0.86 | 0.06 0.09 |
XYZ | 46.4501 | 23.2508 | 68.3693 |
Yxy | 23.2508 | 0.3364 | 0.1684 |
Hunter Lab | 48.2191 | 87.5681 | -50.3133 |
CIE-Lab | 55.3297 | 86.3839 | -48.2807 |
#e820da color RGB value is (232,32,218).
#e820da hex color red value is 232, green value is 32 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e820da hue: 0.85 , saturation: 0.81 and the lightness value of e820da is 0.52.
The process color (four color CMYK) of #e820da color hex is 0.00, 0.86, 0.06, 0.09. Web safe color of #e820da is #ff33cc. Color #e820da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 00100000 | 11011010 |
Octal | 350 | 40 | 332 |
Decimal | 232 | 32 | 218 |
Hex | E8 | 20 | DA |
Shades of #e820da
Tints of #e820da
RGB Percentages of Color #e820da
CMYK Percentages of Color #e820da
Complementary Color
#e820da | #20e82e |
#e820da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e820da Color Preview on White Background
Lorem ipsum dolor sit amet.
#e820da Color CSS Codes
.mybgcolor {background-color:#e820da; } .myforecolor {color:#e820da; } .mybordercolor {border:3px solid #e820da; }
#e820da Text Font Color
<p style="color:#e820da">Text here</p>
This sample text font color is #e820da
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.
#e820da Background Color
<div style="background-color:#e820da">
Div content here</div>
This div background color is #e820da
#e820da Border Color
<div style="border:3px solid #e820da">
Div here</div>
This div border color is #e820da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,32,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e820da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e820da; -webkit-box-shadow: 1px 1px 3px 2px #e820da; box-shadow: 1px 1px 3px 2px #e820da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,32,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 #e820da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e820da; -webkit-box-shadow: 1px 1px 3px 2px #e820da; box-shadow: 1px 1px 3px 2px #e820da;">
Div content here</div>
This div box has shadow with color #e820da
Comments
No comments written yet.
Please login to write comment.