Color spaces of #e476da
RGB | 228 | 118 | 218 |
---|---|---|---|
HSL | 0.85 | 0.67 | 0.68 |
HSV | 305° | 48° | 89° |
CMYK | 0.00 | 0.48 | 0.04 0.11 |
XYZ | 51.1282 | 34.5128 | 70.2965 |
Yxy | 34.5128 | 0.3279 | 0.2213 |
Hunter Lab | 58.7476 | 52.5408 | -29.8222 |
CIE-Lab | 65.3676 | 55.9182 | -32.5684 |
#e476da color RGB value is (228,118,218).
#e476da hex color red value is 228, green value is 118 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e476da hue: 0.85 , saturation: 0.67 and the lightness value of e476da is 0.68.
The process color (four color CMYK) of #e476da color hex is 0.00, 0.48, 0.04, 0.11. Web safe color of #e476da is #cc66cc. Color #e476da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01110110 | 11011010 |
Octal | 344 | 166 | 332 |
Decimal | 228 | 118 | 218 |
Hex | E4 | 76 | DA |
Shades of #e476da
Tints of #e476da
RGB Percentages of Color #e476da
CMYK Percentages of Color #e476da
Complementary Color
#e476da | #76e480 |
#e476da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e476da Color Preview on White Background
Lorem ipsum dolor sit amet.
#e476da Color CSS Codes
.mybgcolor {background-color:#e476da; } .myforecolor {color:#e476da; } .mybordercolor {border:3px solid #e476da; }
#e476da Text Font Color
<p style="color:#e476da">Text here</p>
This sample text font color is #e476da
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.
#e476da Background Color
<div style="background-color:#e476da">
Div content here</div>
This div background color is #e476da
#e476da Border Color
<div style="border:3px solid #e476da">
Div here</div>
This div border color is #e476da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,118,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e476da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e476da; -webkit-box-shadow: 1px 1px 3px 2px #e476da; box-shadow: 1px 1px 3px 2px #e476da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,118,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e476da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e476da; -webkit-box-shadow: 1px 1px 3px 2px #e476da; box-shadow: 1px 1px 3px 2px #e476da;">
Div content here</div>
This div box has shadow with color #e476da
Comments
No comments written yet.
Please login to write comment.