Color spaces of #ecacc1
RGB | 236 | 172 | 193 |
---|---|---|---|
HSL | 0.95 | 0.63 | 0.80 |
HSV | 340° | 27° | 93° |
CMYK | 0.00 | 0.27 | 0.18 0.07 |
XYZ | 58.9702 | 51.1882 | 57.2243 |
Yxy | 51.1882 | 0.3523 | 0.3058 |
Hunter Lab | 71.5459 | 21.9194 | 2.6605 |
CIE-Lab | 76.7929 | 26.4807 | -1.4123 |
#ecacc1 color RGB value is (236,172,193).
#ecacc1 hex color red value is 236, green value is 172 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ecacc1 hue: 0.95 , saturation: 0.63 and the lightness value of ecacc1 is 0.80.
The process color (four color CMYK) of #ecacc1 color hex is 0.00, 0.27, 0.18, 0.07. Web safe color of #ecacc1 is #ff99cc. Color #ecacc1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101100 | 11000001 |
Octal | 354 | 254 | 301 |
Decimal | 236 | 172 | 193 |
Hex | EC | AC | C1 |
Shades of #ecacc1
Tints of #ecacc1
RGB Percentages of Color #ecacc1
CMYK Percentages of Color #ecacc1
Complementary Color
#ecacc1 | #acecd7 |
#ecacc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecacc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecacc1 Color CSS Codes
.mybgcolor {background-color:#ecacc1; } .myforecolor {color:#ecacc1; } .mybordercolor {border:3px solid #ecacc1; }
#ecacc1 Text Font Color
<p style="color:#ecacc1">Text here</p>
This sample text font color is #ecacc1
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.
#ecacc1 Background Color
<div style="background-color:#ecacc1">
Div content here</div>
This div background color is #ecacc1
#ecacc1 Border Color
<div style="border:3px solid #ecacc1">
Div here</div>
This div border color is #ecacc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,172,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecacc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecacc1; -webkit-box-shadow: 1px 1px 3px 2px #ecacc1; box-shadow: 1px 1px 3px 2px #ecacc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,172,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecacc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecacc1; -webkit-box-shadow: 1px 1px 3px 2px #ecacc1; box-shadow: 1px 1px 3px 2px #ecacc1;">
Div content here</div>
This div box has shadow with color #ecacc1
Comments
No comments written yet.
Please login to write comment.