Color spaces of #e063fd
RGB | 224 | 99 | 253 |
---|---|---|---|
HSL | 0.80 | 0.97 | 0.69 |
HSV | 289° | 61° | 99° |
CMYK | 0.11 | 0.61 | 0.00 0.01 |
XYZ | 52.9319 | 31.8628 | 96.2888 |
Yxy | 31.8628 | 0.2923 | 0.1760 |
Hunter Lab | 56.4471 | 68.6014 | -61.6252 |
CIE-Lab | 63.2293 | 69.8615 | -55.3685 |
#e063fd color RGB value is (224,99,253).
#e063fd hex color red value is 224, green value is 99 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e063fd hue: 0.80 , saturation: 0.97 and the lightness value of e063fd is 0.69.
The process color (four color CMYK) of #e063fd color hex is 0.11, 0.61, 0.00, 0.01. Web safe color of #e063fd is #cc66ff. Color #e063fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01100011 | 11111101 |
Octal | 340 | 143 | 375 |
Decimal | 224 | 99 | 253 |
Hex | E0 | 63 | FD |
Shades of #e063fd
Tints of #e063fd
RGB Percentages of Color #e063fd
CMYK Percentages of Color #e063fd
Complementary Color
#e063fd | #80fd63 |
#e063fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e063fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e063fd Color CSS Codes
.mybgcolor {background-color:#e063fd; } .myforecolor {color:#e063fd; } .mybordercolor {border:3px solid #e063fd; }
#e063fd Text Font Color
<p style="color:#e063fd">Text here</p>
This sample text font color is #e063fd
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.
#e063fd Background Color
<div style="background-color:#e063fd">
Div content here</div>
This div background color is #e063fd
#e063fd Border Color
<div style="border:3px solid #e063fd">
Div here</div>
This div border color is #e063fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,99,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e063fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e063fd; -webkit-box-shadow: 1px 1px 3px 2px #e063fd; box-shadow: 1px 1px 3px 2px #e063fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,99,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e063fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e063fd; -webkit-box-shadow: 1px 1px 3px 2px #e063fd; box-shadow: 1px 1px 3px 2px #e063fd;">
Div content here</div>
This div box has shadow with color #e063fd
Comments
No comments written yet.
Please login to write comment.