Color spaces of #e829db
RGB | 232 | 41 | 219 |
---|---|---|---|
HSL | 0.84 | 0.81 | 0.54 |
HSV | 304° | 82° | 91° |
CMYK | 0.00 | 0.82 | 0.06 0.09 |
XYZ | 46.8578 | 23.8562 | 69.1528 |
Yxy | 23.8562 | 0.3350 | 0.1706 |
Hunter Lab | 48.8428 | 85.7707 | -49.7542 |
CIE-Lab | 55.9435 | 84.8871 | -47.8742 |
#e829db color RGB value is (232,41,219).
#e829db hex color red value is 232, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e829db hue: 0.84 , saturation: 0.81 and the lightness value of e829db is 0.54.
The process color (four color CMYK) of #e829db color hex is 0.00, 0.82, 0.06, 0.09. Web safe color of #e829db is #ff33cc. Color #e829db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 00101001 | 11011011 |
Octal | 350 | 51 | 333 |
Decimal | 232 | 41 | 219 |
Hex | E8 | 29 | DB |
Shades of #e829db
Tints of #e829db
RGB Percentages of Color #e829db
CMYK Percentages of Color #e829db
Complementary Color
#e829db | #29e836 |
#e829db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e829db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e829db Color CSS Codes
.mybgcolor {background-color:#e829db; } .myforecolor {color:#e829db; } .mybordercolor {border:3px solid #e829db; }
#e829db Text Font Color
<p style="color:#e829db">Text here</p>
This sample text font color is #e829db
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.
#e829db Background Color
<div style="background-color:#e829db">
Div content here</div>
This div background color is #e829db
#e829db Border Color
<div style="border:3px solid #e829db">
Div here</div>
This div border color is #e829db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,41,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e829db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e829db; -webkit-box-shadow: 1px 1px 3px 2px #e829db; box-shadow: 1px 1px 3px 2px #e829db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,41,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 #e829db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e829db; -webkit-box-shadow: 1px 1px 3px 2px #e829db; box-shadow: 1px 1px 3px 2px #e829db;">
Div content here</div>
This div box has shadow with color #e829db
Comments
No comments written yet.
Please login to write comment.