Color spaces of #e092be
RGB | 224 | 146 | 190 |
---|---|---|---|
HSL | 0.91 | 0.56 | 0.73 |
HSV | 326° | 35° | 88° |
CMYK | 0.00 | 0.35 | 0.15 0.12 |
XYZ | 50.3136 | 40.1228 | 53.8078 |
Yxy | 40.1228 | 0.3488 | 0.2782 |
Hunter Lab | 63.3426 | 30.9348 | -6.0255 |
CIE-Lab | 69.5569 | 35.6896 | -10.6099 |
#e092be color RGB value is (224,146,190).
#e092be hex color red value is 224, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e092be hue: 0.91 , saturation: 0.56 and the lightness value of e092be is 0.73.
The process color (four color CMYK) of #e092be color hex is 0.00, 0.35, 0.15, 0.12. Web safe color of #e092be is #cc99cc. Color #e092be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10010010 | 10111110 |
Octal | 340 | 222 | 276 |
Decimal | 224 | 146 | 190 |
Hex | E0 | 92 | BE |
Shades of #e092be
Tints of #e092be
RGB Percentages of Color #e092be
CMYK Percentages of Color #e092be
Complementary Color
#e092be | #92e0b4 |
#e092be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e092be Color Preview on White Background
Lorem ipsum dolor sit amet.
#e092be Color CSS Codes
.mybgcolor {background-color:#e092be; } .myforecolor {color:#e092be; } .mybordercolor {border:3px solid #e092be; }
#e092be Text Font Color
<p style="color:#e092be">Text here</p>
This sample text font color is #e092be
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.
#e092be Background Color
<div style="background-color:#e092be">
Div content here</div>
This div background color is #e092be
#e092be Border Color
<div style="border:3px solid #e092be">
Div here</div>
This div border color is #e092be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,146,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e092be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e092be; -webkit-box-shadow: 1px 1px 3px 2px #e092be; box-shadow: 1px 1px 3px 2px #e092be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,146,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e092be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e092be; -webkit-box-shadow: 1px 1px 3px 2px #e092be; box-shadow: 1px 1px 3px 2px #e092be;">
Div content here</div>
This div box has shadow with color #e092be
Comments
No comments written yet.
Please login to write comment.