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