Color spaces of #e554ff
RGB | 229 | 84 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.66 |
HSV | 291° | 67° | 100° |
CMYK | 0.10 | 0.67 | 0.00 0.00 |
XYZ | 53.5334 | 30.2187 | 97.6190 |
Yxy | 30.2187 | 0.2952 | 0.1666 |
Hunter Lab | 54.9715 | 77.6300 | -66.8077 |
CIE-Lab | 61.8425 | 77.3917 | -58.6396 |
#e554ff color RGB value is (229,84,255).
#e554ff hex color red value is 229, green value is 84 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e554ff hue: 0.81 , saturation: 1.00 and the lightness value of e554ff is 0.66.
The process color (four color CMYK) of #e554ff color hex is 0.10, 0.67, 0.00, 0.00. Web safe color of #e554ff is #cc66ff. Color #e554ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01010100 | 11111111 |
Octal | 345 | 124 | 377 |
Decimal | 229 | 84 | 255 |
Hex | E5 | 54 | FF |
Shades of #e554ff
Tints of #e554ff
RGB Percentages of Color #e554ff
CMYK Percentages of Color #e554ff
Complementary Color
#e554ff | #6eff54 |
#e554ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e554ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e554ff Color CSS Codes
.mybgcolor {background-color:#e554ff; } .myforecolor {color:#e554ff; } .mybordercolor {border:3px solid #e554ff; }
#e554ff Text Font Color
<p style="color:#e554ff">Text here</p>
This sample text font color is #e554ff
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.
#e554ff Background Color
<div style="background-color:#e554ff">
Div content here</div>
This div background color is #e554ff
#e554ff Border Color
<div style="border:3px solid #e554ff">
Div here</div>
This div border color is #e554ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,84,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e554ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e554ff; -webkit-box-shadow: 1px 1px 3px 2px #e554ff; box-shadow: 1px 1px 3px 2px #e554ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,84,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e554ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e554ff; -webkit-box-shadow: 1px 1px 3px 2px #e554ff; box-shadow: 1px 1px 3px 2px #e554ff;">
Div content here</div>
This div box has shadow with color #e554ff
Comments
No comments written yet.
Please login to write comment.