Color spaces of #e696ac
RGB | 230 | 150 | 172 |
---|---|---|---|
HSL | 0.95 | 0.62 | 0.75 |
HSV | 344° | 35° | 90° |
CMYK | 0.00 | 0.35 | 0.25 0.10 |
XYZ | 50.9859 | 41.6142 | 44.3748 |
Yxy | 41.6142 | 0.3722 | 0.3038 |
Hunter Lab | 64.5091 | 28.1898 | 4.3717 |
CIE-Lab | 70.6041 | 32.9694 | 1.0353 |
#e696ac color RGB value is (230,150,172).
#e696ac hex color red value is 230, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e696ac hue: 0.95 , saturation: 0.62 and the lightness value of e696ac is 0.75.
The process color (four color CMYK) of #e696ac color hex is 0.00, 0.35, 0.25, 0.10. Web safe color of #e696ac is #ff9999. Color #e696ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10010110 | 10101100 |
Octal | 346 | 226 | 254 |
Decimal | 230 | 150 | 172 |
Hex | E6 | 96 | AC |
Shades of #e696ac
Tints of #e696ac
RGB Percentages of Color #e696ac
CMYK Percentages of Color #e696ac
Complementary Color
#e696ac | #96e6d0 |
#e696ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e696ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e696ac Color CSS Codes
.mybgcolor {background-color:#e696ac; } .myforecolor {color:#e696ac; } .mybordercolor {border:3px solid #e696ac; }
#e696ac Text Font Color
<p style="color:#e696ac">Text here</p>
This sample text font color is #e696ac
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.
#e696ac Background Color
<div style="background-color:#e696ac">
Div content here</div>
This div background color is #e696ac
#e696ac Border Color
<div style="border:3px solid #e696ac">
Div here</div>
This div border color is #e696ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,150,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e696ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e696ac; -webkit-box-shadow: 1px 1px 3px 2px #e696ac; box-shadow: 1px 1px 3px 2px #e696ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,150,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e696ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e696ac; -webkit-box-shadow: 1px 1px 3px 2px #e696ac; box-shadow: 1px 1px 3px 2px #e696ac;">
Div content here</div>
This div box has shadow with color #e696ac
Comments
No comments written yet.
Please login to write comment.