Color spaces of #e19dab
RGB | 225 | 157 | 171 |
---|---|---|---|
HSL | 0.97 | 0.53 | 0.75 |
HSV | 348° | 30° | 88° |
CMYK | 0.00 | 0.30 | 0.24 0.12 |
XYZ | 50.4590 | 43.0618 | 44.1804 |
Yxy | 43.0618 | 0.3664 | 0.3127 |
Hunter Lab | 65.6215 | 22.4182 | 6.0174 |
CIE-Lab | 71.5969 | 27.2858 | 2.9639 |
#e19dab color RGB value is (225,157,171).
#e19dab hex color red value is 225, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e19dab hue: 0.97 , saturation: 0.53 and the lightness value of e19dab is 0.75.
The process color (four color CMYK) of #e19dab color hex is 0.00, 0.30, 0.24, 0.12. Web safe color of #e19dab is #cc9999. Color #e19dab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10011101 | 10101011 |
Octal | 341 | 235 | 253 |
Decimal | 225 | 157 | 171 |
Hex | E1 | 9D | AB |
Shades of #e19dab
Tints of #e19dab
RGB Percentages of Color #e19dab
CMYK Percentages of Color #e19dab
Complementary Color
#e19dab | #9de1d3 |
#e19dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e19dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#e19dab Color CSS Codes
.mybgcolor {background-color:#e19dab; } .myforecolor {color:#e19dab; } .mybordercolor {border:3px solid #e19dab; }
#e19dab Text Font Color
<p style="color:#e19dab">Text here</p>
This sample text font color is #e19dab
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.
#e19dab Background Color
<div style="background-color:#e19dab">
Div content here</div>
This div background color is #e19dab
#e19dab Border Color
<div style="border:3px solid #e19dab">
Div here</div>
This div border color is #e19dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,157,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e19dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e19dab; -webkit-box-shadow: 1px 1px 3px 2px #e19dab; box-shadow: 1px 1px 3px 2px #e19dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,157,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e19dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e19dab; -webkit-box-shadow: 1px 1px 3px 2px #e19dab; box-shadow: 1px 1px 3px 2px #e19dab;">
Div content here</div>
This div box has shadow with color #e19dab
Comments
No comments written yet.
Please login to write comment.