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