Color spaces of #e464fc
RGB | 228 | 100 | 252 |
---|---|---|---|
HSL | 0.81 | 0.96 | 0.69 |
HSV | 291° | 60° | 99° |
CMYK | 0.10 | 0.60 | 0.00 0.01 |
XYZ | 54.1228 | 32.6366 | 95.5424 |
Yxy | 32.6366 | 0.2969 | 0.1790 |
Hunter Lab | 57.1285 | 69.1339 | -59.1675 |
CIE-Lab | 63.8656 | 70.1813 | -53.7742 |
#e464fc color RGB value is (228,100,252).
#e464fc hex color red value is 228, green value is 100 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e464fc hue: 0.81 , saturation: 0.96 and the lightness value of e464fc is 0.69.
The process color (four color CMYK) of #e464fc color hex is 0.10, 0.60, 0.00, 0.01. Web safe color of #e464fc is #cc66ff. Color #e464fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01100100 | 11111100 |
Octal | 344 | 144 | 374 |
Decimal | 228 | 100 | 252 |
Hex | E4 | 64 | FC |
Shades of #e464fc
Tints of #e464fc
RGB Percentages of Color #e464fc
CMYK Percentages of Color #e464fc
Complementary Color
#e464fc | #7cfc64 |
#e464fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e464fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e464fc Color CSS Codes
.mybgcolor {background-color:#e464fc; } .myforecolor {color:#e464fc; } .mybordercolor {border:3px solid #e464fc; }
#e464fc Text Font Color
<p style="color:#e464fc">Text here</p>
This sample text font color is #e464fc
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.
#e464fc Background Color
<div style="background-color:#e464fc">
Div content here</div>
This div background color is #e464fc
#e464fc Border Color
<div style="border:3px solid #e464fc">
Div here</div>
This div border color is #e464fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,100,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e464fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e464fc; -webkit-box-shadow: 1px 1px 3px 2px #e464fc; box-shadow: 1px 1px 3px 2px #e464fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,100,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e464fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e464fc; -webkit-box-shadow: 1px 1px 3px 2px #e464fc; box-shadow: 1px 1px 3px 2px #e464fc;">
Div content here</div>
This div box has shadow with color #e464fc
Comments
No comments written yet.
Please login to write comment.