Color spaces of #e14dcd
RGB | 225 | 77 | 205 |
---|---|---|---|
HSL | 0.86 | 0.71 | 0.59 |
HSV | 308° | 66° | 88° |
CMYK | 0.00 | 0.66 | 0.09 0.12 |
XYZ | 44.7247 | 25.7231 | 60.3654 |
Yxy | 25.7231 | 0.3419 | 0.1966 |
Hunter Lab | 50.7179 | 68.6506 | -35.0654 |
CIE-Lab | 57.7733 | 70.9133 | -37.1054 |
#e14dcd color RGB value is (225,77,205).
#e14dcd hex color red value is 225, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e14dcd hue: 0.86 , saturation: 0.71 and the lightness value of e14dcd is 0.59.
The process color (four color CMYK) of #e14dcd color hex is 0.00, 0.66, 0.09, 0.12. Web safe color of #e14dcd is #cc66cc. Color #e14dcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01001101 | 11001101 |
Octal | 341 | 115 | 315 |
Decimal | 225 | 77 | 205 |
Hex | E1 | 4D | CD |
Shades of #e14dcd
Tints of #e14dcd
RGB Percentages of Color #e14dcd
CMYK Percentages of Color #e14dcd
Complementary Color
#e14dcd | #4de161 |
#e14dcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e14dcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e14dcd Color CSS Codes
.mybgcolor {background-color:#e14dcd; } .myforecolor {color:#e14dcd; } .mybordercolor {border:3px solid #e14dcd; }
#e14dcd Text Font Color
<p style="color:#e14dcd">Text here</p>
This sample text font color is #e14dcd
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.
#e14dcd Background Color
<div style="background-color:#e14dcd">
Div content here</div>
This div background color is #e14dcd
#e14dcd Border Color
<div style="border:3px solid #e14dcd">
Div here</div>
This div border color is #e14dcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,77,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e14dcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e14dcd; -webkit-box-shadow: 1px 1px 3px 2px #e14dcd; box-shadow: 1px 1px 3px 2px #e14dcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,77,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e14dcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e14dcd; -webkit-box-shadow: 1px 1px 3px 2px #e14dcd; box-shadow: 1px 1px 3px 2px #e14dcd;">
Div content here</div>
This div box has shadow with color #e14dcd
Comments
No comments written yet.
Please login to write comment.