Color spaces of #eca391
RGB | 236 | 163 | 145 |
---|---|---|---|
HSL | 0.03 | 0.71 | 0.75 |
HSV | 12° | 39° | 93° |
CMYK | 0.00 | 0.31 | 0.39 0.07 |
XYZ | 52.8001 | 46.0716 | 32.8979 |
Yxy | 46.0716 | 0.4007 | 0.3496 |
Hunter Lab | 67.8761 | 20.0702 | 18.7768 |
CIE-Lab | 73.5920 | 24.8532 | 20.2647 |
#eca391 color RGB value is (236,163,145).
#eca391 hex color red value is 236, green value is 163 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #eca391 hue: 0.03 , saturation: 0.71 and the lightness value of eca391 is 0.75.
The process color (four color CMYK) of #eca391 color hex is 0.00, 0.31, 0.39, 0.07. Web safe color of #eca391 is #ff9999. Color #eca391 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10100011 | 10010001 |
Octal | 354 | 243 | 221 |
Decimal | 236 | 163 | 145 |
Hex | EC | A3 | 91 |
Shades of #eca391
Tints of #eca391
RGB Percentages of Color #eca391
CMYK Percentages of Color #eca391
Complementary Color
#eca391 | #91daec |
#eca391 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca391 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca391 Color CSS Codes
.mybgcolor {background-color:#eca391; } .myforecolor {color:#eca391; } .mybordercolor {border:3px solid #eca391; }
#eca391 Text Font Color
<p style="color:#eca391">Text here</p>
This sample text font color is #eca391
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.
#eca391 Background Color
<div style="background-color:#eca391">
Div content here</div>
This div background color is #eca391
#eca391 Border Color
<div style="border:3px solid #eca391">
Div here</div>
This div border color is #eca391
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,163,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca391; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca391; -webkit-box-shadow: 1px 1px 3px 2px #eca391; box-shadow: 1px 1px 3px 2px #eca391; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,163,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca391">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca391; -webkit-box-shadow: 1px 1px 3px 2px #eca391; box-shadow: 1px 1px 3px 2px #eca391;">
Div content here</div>
This div box has shadow with color #eca391
Comments
No comments written yet.
Please login to write comment.