Color spaces of #e729dd
RGB | 231 | 41 | 221 |
---|---|---|---|
HSL | 0.84 | 0.80 | 0.53 |
HSV | 303° | 82° | 91° |
CMYK | 0.00 | 0.82 | 0.04 0.09 |
XYZ | 46.7991 | 23.7953 | 70.5330 |
Yxy | 23.7953 | 0.3316 | 0.1686 |
Hunter Lab | 48.7804 | 85.8841 | -51.5828 |
CIE-Lab | 55.8823 | 84.9862 | -49.1161 |
#e729dd color RGB value is (231,41,221).
#e729dd hex color red value is 231, green value is 41 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e729dd hue: 0.84 , saturation: 0.80 and the lightness value of e729dd is 0.53.
The process color (four color CMYK) of #e729dd color hex is 0.00, 0.82, 0.04, 0.09. Web safe color of #e729dd is #ff33cc. Color #e729dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00101001 | 11011101 |
Octal | 347 | 51 | 335 |
Decimal | 231 | 41 | 221 |
Hex | E7 | 29 | DD |
Shades of #e729dd
Tints of #e729dd
RGB Percentages of Color #e729dd
CMYK Percentages of Color #e729dd
Complementary Color
#e729dd | #29e733 |
#e729dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e729dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e729dd Color CSS Codes
.mybgcolor {background-color:#e729dd; } .myforecolor {color:#e729dd; } .mybordercolor {border:3px solid #e729dd; }
#e729dd Text Font Color
<p style="color:#e729dd">Text here</p>
This sample text font color is #e729dd
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.
#e729dd Background Color
<div style="background-color:#e729dd">
Div content here</div>
This div background color is #e729dd
#e729dd Border Color
<div style="border:3px solid #e729dd">
Div here</div>
This div border color is #e729dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,41,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e729dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e729dd; -webkit-box-shadow: 1px 1px 3px 2px #e729dd; box-shadow: 1px 1px 3px 2px #e729dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,41,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 #e729dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e729dd; -webkit-box-shadow: 1px 1px 3px 2px #e729dd; box-shadow: 1px 1px 3px 2px #e729dd;">
Div content here</div>
This div box has shadow with color #e729dd
Comments
No comments written yet.
Please login to write comment.