Color spaces of #eca9c2
RGB | 236 | 169 | 194 |
---|---|---|---|
HSL | 0.94 | 0.64 | 0.79 |
HSV | 338° | 28° | 93° |
CMYK | 0.00 | 0.28 | 0.18 0.07 |
XYZ | 58.5176 | 50.1038 | 57.6257 |
Yxy | 50.1038 | 0.3520 | 0.3014 |
Hunter Lab | 70.7840 | 23.6950 | 1.2805 |
CIE-Lab | 76.1329 | 28.2314 | -2.9266 |
#eca9c2 color RGB value is (236,169,194).
#eca9c2 hex color red value is 236, green value is 169 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #eca9c2 hue: 0.94 , saturation: 0.64 and the lightness value of eca9c2 is 0.79.
The process color (four color CMYK) of #eca9c2 color hex is 0.00, 0.28, 0.18, 0.07. Web safe color of #eca9c2 is #ff99cc. Color #eca9c2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101001 | 11000010 |
Octal | 354 | 251 | 302 |
Decimal | 236 | 169 | 194 |
Hex | EC | A9 | C2 |
Shades of #eca9c2
Tints of #eca9c2
RGB Percentages of Color #eca9c2
CMYK Percentages of Color #eca9c2
Complementary Color
#eca9c2 | #a9ecd3 |
#eca9c2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca9c2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca9c2 Color CSS Codes
.mybgcolor {background-color:#eca9c2; } .myforecolor {color:#eca9c2; } .mybordercolor {border:3px solid #eca9c2; }
#eca9c2 Text Font Color
<p style="color:#eca9c2">Text here</p>
This sample text font color is #eca9c2
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.
#eca9c2 Background Color
<div style="background-color:#eca9c2">
Div content here</div>
This div background color is #eca9c2
#eca9c2 Border Color
<div style="border:3px solid #eca9c2">
Div here</div>
This div border color is #eca9c2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,169,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca9c2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca9c2; -webkit-box-shadow: 1px 1px 3px 2px #eca9c2; box-shadow: 1px 1px 3px 2px #eca9c2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,169,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca9c2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca9c2; -webkit-box-shadow: 1px 1px 3px 2px #eca9c2; box-shadow: 1px 1px 3px 2px #eca9c2;">
Div content here</div>
This div box has shadow with color #eca9c2
Comments
No comments written yet.
Please login to write comment.