Color spaces of #e490ea
RGB | 228 | 144 | 234 |
---|---|---|---|
HSL | 0.82 | 0.68 | 0.74 |
HSV | 296° | 38° | 92° |
CMYK | 0.03 | 0.38 | 0.00 0.08 |
XYZ | 56.8195 | 42.3810 | 83.0275 |
Yxy | 42.3810 | 0.3118 | 0.2326 |
Hunter Lab | 65.1007 | 41.8675 | -30.0462 |
CIE-Lab | 71.1328 | 45.6288 | -32.4901 |
#e490ea color RGB value is (228,144,234).
#e490ea hex color red value is 228, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e490ea hue: 0.82 , saturation: 0.68 and the lightness value of e490ea is 0.74.
The process color (four color CMYK) of #e490ea color hex is 0.03, 0.38, 0.00, 0.08. Web safe color of #e490ea is #cc99ff. Color #e490ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10010000 | 11101010 |
Octal | 344 | 220 | 352 |
Decimal | 228 | 144 | 234 |
Hex | E4 | 90 | EA |
Shades of #e490ea
Tints of #e490ea
RGB Percentages of Color #e490ea
CMYK Percentages of Color #e490ea
Complementary Color
#e490ea | #96ea90 |
#e490ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e490ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e490ea Color CSS Codes
.mybgcolor {background-color:#e490ea; } .myforecolor {color:#e490ea; } .mybordercolor {border:3px solid #e490ea; }
#e490ea Text Font Color
<p style="color:#e490ea">Text here</p>
This sample text font color is #e490ea
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.
#e490ea Background Color
<div style="background-color:#e490ea">
Div content here</div>
This div background color is #e490ea
#e490ea Border Color
<div style="border:3px solid #e490ea">
Div here</div>
This div border color is #e490ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,144,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e490ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e490ea; -webkit-box-shadow: 1px 1px 3px 2px #e490ea; box-shadow: 1px 1px 3px 2px #e490ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,144,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e490ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e490ea; -webkit-box-shadow: 1px 1px 3px 2px #e490ea; box-shadow: 1px 1px 3px 2px #e490ea;">
Div content here</div>
This div box has shadow with color #e490ea
Comments
No comments written yet.
Please login to write comment.