Color spaces of #e064fb
RGB | 224 | 100 | 251 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.69 |
HSV | 289° | 60° | 98° |
CMYK | 0.11 | 0.60 | 0.00 0.02 |
XYZ | 52.7102 | 31.9267 | 94.6511 |
Yxy | 31.9267 | 0.2940 | 0.1781 |
Hunter Lab | 56.5037 | 67.6345 | -59.7659 |
CIE-Lab | 63.2823 | 69.0582 | -54.1827 |
#e064fb color RGB value is (224,100,251).
#e064fb hex color red value is 224, green value is 100 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e064fb hue: 0.80 , saturation: 0.95 and the lightness value of e064fb is 0.69.
The process color (four color CMYK) of #e064fb color hex is 0.11, 0.60, 0.00, 0.02. Web safe color of #e064fb is #cc66ff. Color #e064fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01100100 | 11111011 |
Octal | 340 | 144 | 373 |
Decimal | 224 | 100 | 251 |
Hex | E0 | 64 | FB |
Shades of #e064fb
Tints of #e064fb
RGB Percentages of Color #e064fb
CMYK Percentages of Color #e064fb
Complementary Color
#e064fb | #7ffb64 |
#e064fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e064fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e064fb Color CSS Codes
.mybgcolor {background-color:#e064fb; } .myforecolor {color:#e064fb; } .mybordercolor {border:3px solid #e064fb; }
#e064fb Text Font Color
<p style="color:#e064fb">Text here</p>
This sample text font color is #e064fb
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.
#e064fb Background Color
<div style="background-color:#e064fb">
Div content here</div>
This div background color is #e064fb
#e064fb Border Color
<div style="border:3px solid #e064fb">
Div here</div>
This div border color is #e064fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,100,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e064fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e064fb; -webkit-box-shadow: 1px 1px 3px 2px #e064fb; box-shadow: 1px 1px 3px 2px #e064fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,100,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e064fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e064fb; -webkit-box-shadow: 1px 1px 3px 2px #e064fb; box-shadow: 1px 1px 3px 2px #e064fb;">
Div content here</div>
This div box has shadow with color #e064fb
Comments
No comments written yet.
Please login to write comment.