Color spaces of #e292db
RGB | 226 | 146 | 219 |
---|---|---|---|
HSL | 0.85 | 0.58 | 0.73 |
HSV | 305° | 35° | 89° |
CMYK | 0.00 | 0.35 | 0.03 0.11 |
XYZ | 54.4291 | 41.8410 | 72.2252 |
Yxy | 41.8410 | 0.3230 | 0.2483 |
Hunter Lab | 64.6846 | 37.0014 | -20.9225 |
CIE-Lab | 70.7612 | 41.2393 | -24.8358 |
#e292db color RGB value is (226,146,219).
#e292db hex color red value is 226, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e292db hue: 0.85 , saturation: 0.58 and the lightness value of e292db is 0.73.
The process color (four color CMYK) of #e292db color hex is 0.00, 0.35, 0.03, 0.11. Web safe color of #e292db is #cc99cc. Color #e292db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10010010 | 11011011 |
Octal | 342 | 222 | 333 |
Decimal | 226 | 146 | 219 |
Hex | E2 | 92 | DB |
Shades of #e292db
Tints of #e292db
RGB Percentages of Color #e292db
CMYK Percentages of Color #e292db
Complementary Color
#e292db | #92e299 |
#e292db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e292db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e292db Color CSS Codes
.mybgcolor {background-color:#e292db; } .myforecolor {color:#e292db; } .mybordercolor {border:3px solid #e292db; }
#e292db Text Font Color
<p style="color:#e292db">Text here</p>
This sample text font color is #e292db
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.
#e292db Background Color
<div style="background-color:#e292db">
Div content here</div>
This div background color is #e292db
#e292db Border Color
<div style="border:3px solid #e292db">
Div here</div>
This div border color is #e292db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,146,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e292db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e292db; -webkit-box-shadow: 1px 1px 3px 2px #e292db; box-shadow: 1px 1px 3px 2px #e292db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,146,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e292db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e292db; -webkit-box-shadow: 1px 1px 3px 2px #e292db; box-shadow: 1px 1px 3px 2px #e292db;">
Div content here</div>
This div box has shadow with color #e292db
Comments
No comments written yet.
Please login to write comment.