Color spaces of #e097fe
RGB | 224 | 151 | 254 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.79 |
HSV | 283° | 41° | 100° |
CMYK | 0.12 | 0.41 | 0.00 0.00 |
XYZ | 59.6965 | 45.1363 | 99.3318 |
Yxy | 45.1363 | 0.2924 | 0.2211 |
Hunter Lab | 67.1836 | 41.0364 | -40.6326 |
CIE-Lab | 72.9816 | 44.6524 | -40.5557 |
#e097fe color RGB value is (224,151,254).
#e097fe hex color red value is 224, green value is 151 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e097fe hue: 0.78 , saturation: 0.98 and the lightness value of e097fe is 0.79.
The process color (four color CMYK) of #e097fe color hex is 0.12, 0.41, 0.00, 0.00. Web safe color of #e097fe is #cc99ff. Color #e097fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10010111 | 11111110 |
Octal | 340 | 227 | 376 |
Decimal | 224 | 151 | 254 |
Hex | E0 | 97 | FE |
Shades of #e097fe
Tints of #e097fe
RGB Percentages of Color #e097fe
CMYK Percentages of Color #e097fe
Complementary Color
#e097fe | #b5fe97 |
#e097fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e097fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e097fe Color CSS Codes
.mybgcolor {background-color:#e097fe; } .myforecolor {color:#e097fe; } .mybordercolor {border:3px solid #e097fe; }
#e097fe Text Font Color
<p style="color:#e097fe">Text here</p>
This sample text font color is #e097fe
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.
#e097fe Background Color
<div style="background-color:#e097fe">
Div content here</div>
This div background color is #e097fe
#e097fe Border Color
<div style="border:3px solid #e097fe">
Div here</div>
This div border color is #e097fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,151,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e097fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e097fe; -webkit-box-shadow: 1px 1px 3px 2px #e097fe; box-shadow: 1px 1px 3px 2px #e097fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,151,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e097fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e097fe; -webkit-box-shadow: 1px 1px 3px 2px #e097fe; box-shadow: 1px 1px 3px 2px #e097fe;">
Div content here</div>
This div box has shadow with color #e097fe
Comments
No comments written yet.
Please login to write comment.