Color spaces of #e17dbc
RGB | 225 | 125 | 188 |
---|---|---|---|
HSL | 0.90 | 0.63 | 0.69 |
HSV | 322° | 44° | 88° |
CMYK | 0.00 | 0.44 | 0.16 0.12 |
XYZ | 47.4621 | 34.3056 | 51.6971 |
Yxy | 34.3056 | 0.3556 | 0.2570 |
Hunter Lab | 58.5710 | 42.1455 | -11.3320 |
CIE-Lab | 65.2044 | 46.6602 | -16.0190 |
#e17dbc color RGB value is (225,125,188).
#e17dbc hex color red value is 225, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e17dbc hue: 0.90 , saturation: 0.63 and the lightness value of e17dbc is 0.69.
The process color (four color CMYK) of #e17dbc color hex is 0.00, 0.44, 0.16, 0.12. Web safe color of #e17dbc is #cc66cc. Color #e17dbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01111101 | 10111100 |
Octal | 341 | 175 | 274 |
Decimal | 225 | 125 | 188 |
Hex | E1 | 7D | BC |
Shades of #e17dbc
Tints of #e17dbc
RGB Percentages of Color #e17dbc
CMYK Percentages of Color #e17dbc
Complementary Color
#e17dbc | #7de1a2 |
#e17dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e17dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e17dbc Color CSS Codes
.mybgcolor {background-color:#e17dbc; } .myforecolor {color:#e17dbc; } .mybordercolor {border:3px solid #e17dbc; }
#e17dbc Text Font Color
<p style="color:#e17dbc">Text here</p>
This sample text font color is #e17dbc
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.
#e17dbc Background Color
<div style="background-color:#e17dbc">
Div content here</div>
This div background color is #e17dbc
#e17dbc Border Color
<div style="border:3px solid #e17dbc">
Div here</div>
This div border color is #e17dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,125,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e17dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e17dbc; -webkit-box-shadow: 1px 1px 3px 2px #e17dbc; box-shadow: 1px 1px 3px 2px #e17dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,125,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e17dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e17dbc; -webkit-box-shadow: 1px 1px 3px 2px #e17dbc; box-shadow: 1px 1px 3px 2px #e17dbc;">
Div content here</div>
This div box has shadow with color #e17dbc
#e17dbc Color Palettes
Comments
No comments written yet.
Please login to write comment.