Color spaces of #eca1cc
RGB | 236 | 161 | 204 |
---|---|---|---|
HSL | 0.90 | 0.66 | 0.78 |
HSV | 326° | 32° | 93° |
CMYK | 0.00 | 0.32 | 0.14 0.07 |
XYZ | 58.2360 | 47.6822 | 63.2610 |
Yxy | 47.6822 | 0.3442 | 0.2818 |
Hunter Lab | 69.0523 | 29.6984 | -5.9808 |
CIE-Lab | 74.6240 | 34.0519 | -10.6385 |
#eca1cc color RGB value is (236,161,204).
#eca1cc hex color red value is 236, green value is 161 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eca1cc hue: 0.90 , saturation: 0.66 and the lightness value of eca1cc is 0.78.
The process color (four color CMYK) of #eca1cc color hex is 0.00, 0.32, 0.14, 0.07. Web safe color of #eca1cc is #ff99cc. Color #eca1cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10100001 | 11001100 |
Octal | 354 | 241 | 314 |
Decimal | 236 | 161 | 204 |
Hex | EC | A1 | CC |
Shades of #eca1cc
Tints of #eca1cc
RGB Percentages of Color #eca1cc
CMYK Percentages of Color #eca1cc
Complementary Color
#eca1cc | #a1ecc1 |
#eca1cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca1cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca1cc Color CSS Codes
.mybgcolor {background-color:#eca1cc; } .myforecolor {color:#eca1cc; } .mybordercolor {border:3px solid #eca1cc; }
#eca1cc Text Font Color
<p style="color:#eca1cc">Text here</p>
This sample text font color is #eca1cc
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.
#eca1cc Background Color
<div style="background-color:#eca1cc">
Div content here</div>
This div background color is #eca1cc
#eca1cc Border Color
<div style="border:3px solid #eca1cc">
Div here</div>
This div border color is #eca1cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,161,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca1cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca1cc; -webkit-box-shadow: 1px 1px 3px 2px #eca1cc; box-shadow: 1px 1px 3px 2px #eca1cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,161,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca1cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca1cc; -webkit-box-shadow: 1px 1px 3px 2px #eca1cc; box-shadow: 1px 1px 3px 2px #eca1cc;">
Div content here</div>
This div box has shadow with color #eca1cc
Comments
No comments written yet.
Please login to write comment.