color details

Color Details
#ec7ab9 Color Hex

#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
Color spaces of #ec7ab9Value
RGB236, 122, 185
HSL0.91, 0.75, 0.7
HSV327°, 48°, 93°
XYZ50.31, 35.26, 50.05
Base Numbers
Base Red Green Blue
Binary 11101100 1111010 10111001
Octal 354 172 271
Decimal 236 122 185
Hex EC 7A B9

RGB Percentages for Color #ec7ab9

43.46%
22.47%
34.07%

CMYK Percentages of the Color #ec7ab9

48.31%
21.61%
7.45%
CSS Codes for Color #ec7ab9
.mybgColor {background-color: #ec7ab9;}
.myforeColor {color: #ec7ab9;}
.myborderColor {border:3px solid #ec7ab9;}
Text Font Color #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,

Background Color #ec7ab9

<div style="background-color:#ec7ab9">Div content here</div>

The background color of this div is #ec7ab9
Border Color #ec7ab9

<div style="border:3px solid #ec7ab9">Div here</div>

The border color of this div is #ec7ab9
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236, 122, 185, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #ec7ab9;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #ec7ab9

Scroll to Top