Color spaces of #e004fa
RGB | 224 | 4 | 250 |
---|---|---|---|
HSL | 0.82 | 0.97 | 0.50 |
HSV | 294° | 98° | 98° |
CMYK | 0.10 | 0.98 | 0.00 0.02 |
XYZ | 48.0392 | 22.8363 | 92.3184 |
Yxy | 22.8363 | 0.2944 | 0.1399 |
Hunter Lab | 47.7873 | 95.8129 | -81.0888 |
CIE-Lab | 54.9033 | 92.6628 | -67.0480 |
#e004fa color RGB value is (224,4,250).
#e004fa hex color red value is 224, green value is 4 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e004fa hue: 0.82 , saturation: 0.97 and the lightness value of e004fa is 0.50.
The process color (four color CMYK) of #e004fa color hex is 0.10, 0.98, 0.00, 0.02. Web safe color of #e004fa is #cc00ff. Color #e004fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00000100 | 11111010 |
Octal | 340 | 4 | 372 |
Decimal | 224 | 4 | 250 |
Hex | E0 | 4 | FA |
Shades of #e004fa
Tints of #e004fa
RGB Percentages of Color #e004fa
CMYK Percentages of Color #e004fa
Complementary Color
#e004fa | #1efa04 |
#e004fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e004fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e004fa Color CSS Codes
.mybgcolor {background-color:#e004fa; } .myforecolor {color:#e004fa; } .mybordercolor {border:3px solid #e004fa; }
#e004fa Text Font Color
<p style="color:#e004fa">Text here</p>
This sample text font color is #e004fa
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.
#e004fa Background Color
<div style="background-color:#e004fa">
Div content here</div>
This div background color is #e004fa
#e004fa Border Color
<div style="border:3px solid #e004fa">
Div here</div>
This div border color is #e004fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,4,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e004fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e004fa; -webkit-box-shadow: 1px 1px 3px 2px #e004fa; box-shadow: 1px 1px 3px 2px #e004fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,4,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 #e004fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e004fa; -webkit-box-shadow: 1px 1px 3px 2px #e004fa; box-shadow: 1px 1px 3px 2px #e004fa;">
Div content here</div>
This div box has shadow with color #e004fa
Comments
No comments written yet.
Please login to write comment.