Color spaces of #e851dd
RGB | 232 | 81 | 221 |
---|---|---|---|
HSL | 0.85 | 0.77 | 0.61 |
HSV | 304° | 65° | 91° |
CMYK | 0.00 | 0.65 | 0.05 0.09 |
XYZ | 49.2723 | 28.2611 | 71.2646 |
Yxy | 28.2611 | 0.3311 | 0.1899 |
Hunter Lab | 53.1612 | 72.4102 | -42.2677 |
CIE-Lab | 60.1239 | 73.5394 | -42.3992 |
#e851dd color RGB value is (232,81,221).
#e851dd hex color red value is 232, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e851dd hue: 0.85 , saturation: 0.77 and the lightness value of e851dd is 0.61.
The process color (four color CMYK) of #e851dd color hex is 0.00, 0.65, 0.05, 0.09. Web safe color of #e851dd is #ff66cc. Color #e851dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01010001 | 11011101 |
Octal | 350 | 121 | 335 |
Decimal | 232 | 81 | 221 |
Hex | E8 | 51 | DD |
Shades of #e851dd
Tints of #e851dd
RGB Percentages of Color #e851dd
CMYK Percentages of Color #e851dd
Complementary Color
#e851dd | #51e85c |
#e851dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e851dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e851dd Color CSS Codes
.mybgcolor {background-color:#e851dd; } .myforecolor {color:#e851dd; } .mybordercolor {border:3px solid #e851dd; }
#e851dd Text Font Color
<p style="color:#e851dd">Text here</p>
This sample text font color is #e851dd
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.
#e851dd Background Color
<div style="background-color:#e851dd">
Div content here</div>
This div background color is #e851dd
#e851dd Border Color
<div style="border:3px solid #e851dd">
Div here</div>
This div border color is #e851dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,81,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e851dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e851dd; -webkit-box-shadow: 1px 1px 3px 2px #e851dd; box-shadow: 1px 1px 3px 2px #e851dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,81,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e851dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e851dd; -webkit-box-shadow: 1px 1px 3px 2px #e851dd; box-shadow: 1px 1px 3px 2px #e851dd;">
Div content here</div>
This div box has shadow with color #e851dd
Comments
No comments written yet.
Please login to write comment.