Color spaces of #e04dfa
RGB | 224 | 77 | 250 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.64 |
HSV | 291° | 69° | 98° |
CMYK | 0.10 | 0.69 | 0.00 0.02 |
XYZ | 50.6497 | 28.0572 | 93.1885 |
Yxy | 28.0572 | 0.2947 | 0.1632 |
Hunter Lab | 52.9690 | 77.9882 | -67.2306 |
CIE-Lab | 59.9404 | 78.0388 | -58.9563 |
#e04dfa color RGB value is (224,77,250).
#e04dfa hex color red value is 224, green value is 77 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e04dfa hue: 0.81 , saturation: 0.95 and the lightness value of e04dfa is 0.64.
The process color (four color CMYK) of #e04dfa color hex is 0.10, 0.69, 0.00, 0.02. Web safe color of #e04dfa is #cc66ff. Color #e04dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01001101 | 11111010 |
Octal | 340 | 115 | 372 |
Decimal | 224 | 77 | 250 |
Hex | E0 | 4D | FA |
Shades of #e04dfa
Tints of #e04dfa
RGB Percentages of Color #e04dfa
CMYK Percentages of Color #e04dfa
Complementary Color
#e04dfa | #67fa4d |
#e04dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e04dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e04dfa Color CSS Codes
.mybgcolor {background-color:#e04dfa; } .myforecolor {color:#e04dfa; } .mybordercolor {border:3px solid #e04dfa; }
#e04dfa Text Font Color
<p style="color:#e04dfa">Text here</p>
This sample text font color is #e04dfa
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.
#e04dfa Background Color
<div style="background-color:#e04dfa">
Div content here</div>
This div background color is #e04dfa
#e04dfa Border Color
<div style="border:3px solid #e04dfa">
Div here</div>
This div border color is #e04dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,77,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e04dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e04dfa; -webkit-box-shadow: 1px 1px 3px 2px #e04dfa; box-shadow: 1px 1px 3px 2px #e04dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,77,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e04dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e04dfa; -webkit-box-shadow: 1px 1px 3px 2px #e04dfa; box-shadow: 1px 1px 3px 2px #e04dfa;">
Div content here</div>
This div box has shadow with color #e04dfa
Comments
No comments written yet.
Please login to write comment.