Color spaces of #e097eb
RGB | 224 | 151 | 235 |
---|---|---|---|
HSL | 0.81 | 0.68 | 0.76 |
HSV | 292° | 36° | 92° |
CMYK | 0.05 | 0.36 | 0.00 0.08 |
XYZ | 56.8025 | 43.9787 | 84.0922 |
Yxy | 43.9787 | 0.3073 | 0.2379 |
Hunter Lab | 66.3164 | 36.8381 | -28.7609 |
CIE-Lab | 72.2143 | 40.9254 | -31.4033 |
#e097eb color RGB value is (224,151,235).
#e097eb hex color red value is 224, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e097eb hue: 0.81 , saturation: 0.68 and the lightness value of e097eb is 0.76.
The process color (four color CMYK) of #e097eb color hex is 0.05, 0.36, 0.00, 0.08. Web safe color of #e097eb is #cc99ff. Color #e097eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10010111 | 11101011 |
Octal | 340 | 227 | 353 |
Decimal | 224 | 151 | 235 |
Hex | E0 | 97 | EB |
Shades of #e097eb
Tints of #e097eb
RGB Percentages of Color #e097eb
CMYK Percentages of Color #e097eb
Complementary Color
#e097eb | #a2eb97 |
#e097eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e097eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e097eb Color CSS Codes
.mybgcolor {background-color:#e097eb; } .myforecolor {color:#e097eb; } .mybordercolor {border:3px solid #e097eb; }
#e097eb Text Font Color
<p style="color:#e097eb">Text here</p>
This sample text font color is #e097eb
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.
#e097eb Background Color
<div style="background-color:#e097eb">
Div content here</div>
This div background color is #e097eb
#e097eb Border Color
<div style="border:3px solid #e097eb">
Div here</div>
This div border color is #e097eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,151,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e097eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e097eb; -webkit-box-shadow: 1px 1px 3px 2px #e097eb; box-shadow: 1px 1px 3px 2px #e097eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,151,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e097eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e097eb; -webkit-box-shadow: 1px 1px 3px 2px #e097eb; box-shadow: 1px 1px 3px 2px #e097eb;">
Div content here</div>
This div box has shadow with color #e097eb
Comments
No comments written yet.
Please login to write comment.