Color spaces of #e577fb
RGB | 229 | 119 | 251 |
---|---|---|---|
HSL | 0.81 | 0.94 | 0.73 |
HSV | 290° | 53° | 98° |
CMYK | 0.09 | 0.53 | 0.00 0.02 |
XYZ | 56.3225 | 36.8167 | 95.4046 |
Yxy | 36.8167 | 0.2987 | 0.1953 |
Hunter Lab | 60.6768 | 59.5062 | -50.7504 |
CIE-Lab | 67.1393 | 61.6106 | -48.0378 |
#e577fb color RGB value is (229,119,251).
#e577fb hex color red value is 229, green value is 119 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e577fb hue: 0.81 , saturation: 0.94 and the lightness value of e577fb is 0.73.
The process color (four color CMYK) of #e577fb color hex is 0.09, 0.53, 0.00, 0.02. Web safe color of #e577fb is #cc66ff. Color #e577fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01110111 | 11111011 |
Octal | 345 | 167 | 373 |
Decimal | 229 | 119 | 251 |
Hex | E5 | 77 | FB |
Shades of #e577fb
Tints of #e577fb
RGB Percentages of Color #e577fb
CMYK Percentages of Color #e577fb
Complementary Color
#e577fb | #8dfb77 |
#e577fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e577fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e577fb Color CSS Codes
.mybgcolor {background-color:#e577fb; } .myforecolor {color:#e577fb; } .mybordercolor {border:3px solid #e577fb; }
#e577fb Text Font Color
<p style="color:#e577fb">Text here</p>
This sample text font color is #e577fb
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.
#e577fb Background Color
<div style="background-color:#e577fb">
Div content here</div>
This div background color is #e577fb
#e577fb Border Color
<div style="border:3px solid #e577fb">
Div here</div>
This div border color is #e577fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,119,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e577fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e577fb; -webkit-box-shadow: 1px 1px 3px 2px #e577fb; box-shadow: 1px 1px 3px 2px #e577fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,119,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 #e577fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e577fb; -webkit-box-shadow: 1px 1px 3px 2px #e577fb; box-shadow: 1px 1px 3px 2px #e577fb;">
Div content here</div>
This div box has shadow with color #e577fb
Comments
No comments written yet.
Please login to write comment.