Color spaces of #e469fa
RGB | 228 | 105 | 250 |
---|---|---|---|
HSL | 0.81 | 0.94 | 0.70 |
HSV | 291° | 58° | 98° |
CMYK | 0.09 | 0.58 | 0.00 0.02 |
XYZ | 54.3018 | 33.4993 | 94.0465 |
Yxy | 33.4993 | 0.2986 | 0.1842 |
Hunter Lab | 57.8786 | 66.1815 | -55.8249 |
CIE-Lab | 64.5632 | 67.6308 | -51.5669 |
#e469fa color RGB value is (228,105,250).
#e469fa hex color red value is 228, green value is 105 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e469fa hue: 0.81 , saturation: 0.94 and the lightness value of e469fa is 0.70.
The process color (four color CMYK) of #e469fa color hex is 0.09, 0.58, 0.00, 0.02. Web safe color of #e469fa is #cc66ff. Color #e469fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01101001 | 11111010 |
Octal | 344 | 151 | 372 |
Decimal | 228 | 105 | 250 |
Hex | E4 | 69 | FA |
Shades of #e469fa
Tints of #e469fa
RGB Percentages of Color #e469fa
CMYK Percentages of Color #e469fa
Complementary Color
#e469fa | #7ffa69 |
#e469fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e469fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e469fa Color CSS Codes
.mybgcolor {background-color:#e469fa; } .myforecolor {color:#e469fa; } .mybordercolor {border:3px solid #e469fa; }
#e469fa Text Font Color
<p style="color:#e469fa">Text here</p>
This sample text font color is #e469fa
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.
#e469fa Background Color
<div style="background-color:#e469fa">
Div content here</div>
This div background color is #e469fa
#e469fa Border Color
<div style="border:3px solid #e469fa">
Div here</div>
This div border color is #e469fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,105,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e469fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e469fa; -webkit-box-shadow: 1px 1px 3px 2px #e469fa; box-shadow: 1px 1px 3px 2px #e469fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,105,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 #e469fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e469fa; -webkit-box-shadow: 1px 1px 3px 2px #e469fa; box-shadow: 1px 1px 3px 2px #e469fa;">
Div content here</div>
This div box has shadow with color #e469fa
Comments
No comments written yet.
Please login to write comment.