Color spaces of #e051fb
RGB | 224 | 81 | 251 |
---|---|---|---|
HSL | 0.81 | 0.96 | 0.65 |
HSV | 290° | 68° | 98° |
CMYK | 0.11 | 0.68 | 0.00 0.02 |
XYZ | 51.0955 | 28.6972 | 94.1129 |
Yxy | 28.6972 | 0.2938 | 0.1650 |
Hunter Lab | 53.5698 | 76.5084 | -66.6635 |
CIE-Lab | 60.5135 | 76.7545 | -58.5940 |
#e051fb color RGB value is (224,81,251).
#e051fb hex color red value is 224, green value is 81 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e051fb hue: 0.81 , saturation: 0.96 and the lightness value of e051fb is 0.65.
The process color (four color CMYK) of #e051fb color hex is 0.11, 0.68, 0.00, 0.02. Web safe color of #e051fb is #cc66ff. Color #e051fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01010001 | 11111011 |
Octal | 340 | 121 | 373 |
Decimal | 224 | 81 | 251 |
Hex | E0 | 51 | FB |
Shades of #e051fb
Tints of #e051fb
RGB Percentages of Color #e051fb
CMYK Percentages of Color #e051fb
Complementary Color
#e051fb | #6cfb51 |
#e051fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e051fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e051fb Color CSS Codes
.mybgcolor {background-color:#e051fb; } .myforecolor {color:#e051fb; } .mybordercolor {border:3px solid #e051fb; }
#e051fb Text Font Color
<p style="color:#e051fb">Text here</p>
This sample text font color is #e051fb
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.
#e051fb Background Color
<div style="background-color:#e051fb">
Div content here</div>
This div background color is #e051fb
#e051fb Border Color
<div style="border:3px solid #e051fb">
Div here</div>
This div border color is #e051fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,81,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e051fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e051fb; -webkit-box-shadow: 1px 1px 3px 2px #e051fb; box-shadow: 1px 1px 3px 2px #e051fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,81,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 #e051fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e051fb; -webkit-box-shadow: 1px 1px 3px 2px #e051fb; box-shadow: 1px 1px 3px 2px #e051fb;">
Div content here</div>
This div box has shadow with color #e051fb
Comments
No comments written yet.
Please login to write comment.