Color spaces of #e484fa
RGB | 228 | 132 | 250 |
---|---|---|---|
HSL | 0.80 | 0.92 | 0.75 |
HSV | 289° | 47° | 98° |
CMYK | 0.09 | 0.47 | 0.00 0.02 |
XYZ | 57.5015 | 39.8986 | 95.1130 |
Yxy | 39.8986 | 0.2987 | 0.2073 |
Hunter Lab | 63.1653 | 51.9551 | -45.0619 |
CIE-Lab | 69.3972 | 54.7882 | -43.9496 |
#e484fa color RGB value is (228,132,250).
#e484fa hex color red value is 228, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e484fa hue: 0.80 , saturation: 0.92 and the lightness value of e484fa is 0.75.
The process color (four color CMYK) of #e484fa color hex is 0.09, 0.47, 0.00, 0.02. Web safe color of #e484fa is #cc99ff. Color #e484fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10000100 | 11111010 |
Octal | 344 | 204 | 372 |
Decimal | 228 | 132 | 250 |
Hex | E4 | 84 | FA |
Shades of #e484fa
Tints of #e484fa
RGB Percentages of Color #e484fa
CMYK Percentages of Color #e484fa
Complementary Color
#e484fa | #9afa84 |
#e484fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e484fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e484fa Color CSS Codes
.mybgcolor {background-color:#e484fa; } .myforecolor {color:#e484fa; } .mybordercolor {border:3px solid #e484fa; }
#e484fa Text Font Color
<p style="color:#e484fa">Text here</p>
This sample text font color is #e484fa
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.
#e484fa Background Color
<div style="background-color:#e484fa">
Div content here</div>
This div background color is #e484fa
#e484fa Border Color
<div style="border:3px solid #e484fa">
Div here</div>
This div border color is #e484fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,132,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e484fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e484fa; -webkit-box-shadow: 1px 1px 3px 2px #e484fa; box-shadow: 1px 1px 3px 2px #e484fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,132,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e484fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e484fa; -webkit-box-shadow: 1px 1px 3px 2px #e484fa; box-shadow: 1px 1px 3px 2px #e484fa;">
Div content here</div>
This div box has shadow with color #e484fa
Comments
No comments written yet.
Please login to write comment.