#ec7ab9 color RGB value is (14, 199, 171).
#ec7ab9 hex color red value is 14, green value is 199, and blue value is 171.
Cylindrical-coordinate representations (HSL) of color #ec7ab9
hue: 170.92,
saturation: 0.87 and lightness: 0.42.
The process color (four-color CMYK) of #ec7ab9 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ec7ab9 is #ff9999. Color #ec7ab9 contains mainly RED.
| Color spaces of #ec7ab9 | Value |
|---|---|
| RGB | 236, 122, 185 |
| HSL | 0.91, 0.75, 0.7 |
| HSV | 327°, 48°, 93° |
| XYZ | 50.31, 35.26, 50.05 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101100 | 1111010 | 10111001 |
| Octal | 354 | 172 | 271 |
| Decimal | 236 | 122 | 185 |
| Hex | EC | 7A | B9 |
Shades of #ec7ab9
Tints of #ec7ab9
.mybgColor {background-color: #ec7ab9;}
.myforeColor {color: #ec7ab9;}
.myborderColor {border:3px solid #ec7ab9;}
<p style="color:#ec7ab9">Text here</p>
This sample text is styled with the font color #ec7ab9. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#ec7ab9">Div content here</div>
<div style="border:3px solid #ec7ab9">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(236, 122, 185, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ec7ab9; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ec7ab9;
-webkit-box-shadow: 1px 1px 3px #ec7ab9;
box-shadow: 1px 1px 3px #ec7ab9; }
<p style="text-shadow: 4px 4px 2px rgba(236, 122, 185, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ec7ab9;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ec7ab9;
-webkit-box-shadow: 1px 1px 3px #ec7ab9;
box-shadow: 1px 1px 3px #ec7ab9;">Div content here</div>
