Color spaces of #e692aa
RGB | 230 | 146 | 170 |
---|---|---|---|
HSL | 0.95 | 0.63 | 0.74 |
HSV | 343° | 37° | 90° |
CMYK | 0.00 | 0.37 | 0.26 0.10 |
XYZ | 50.1677 | 40.2830 | 43.1615 |
Yxy | 40.2830 | 0.3755 | 0.3015 |
Hunter Lab | 63.4689 | 30.0212 | 4.1085 |
CIE-Lab | 69.6706 | 34.8081 | 0.7898 |
#e692aa color RGB value is (230,146,170).
#e692aa hex color red value is 230, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e692aa hue: 0.95 , saturation: 0.63 and the lightness value of e692aa is 0.74.
The process color (four color CMYK) of #e692aa color hex is 0.00, 0.37, 0.26, 0.10. Web safe color of #e692aa is #ff9999. Color #e692aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10010010 | 10101010 |
Octal | 346 | 222 | 252 |
Decimal | 230 | 146 | 170 |
Hex | E6 | 92 | AA |
Shades of #e692aa
Tints of #e692aa
RGB Percentages of Color #e692aa
CMYK Percentages of Color #e692aa
Complementary Color
#e692aa | #92e6ce |
#e692aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e692aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e692aa Color CSS Codes
.mybgcolor {background-color:#e692aa; } .myforecolor {color:#e692aa; } .mybordercolor {border:3px solid #e692aa; }
#e692aa Text Font Color
<p style="color:#e692aa">Text here</p>
This sample text font color is #e692aa
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.
#e692aa Background Color
<div style="background-color:#e692aa">
Div content here</div>
This div background color is #e692aa
#e692aa Border Color
<div style="border:3px solid #e692aa">
Div here</div>
This div border color is #e692aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,146,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e692aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e692aa; -webkit-box-shadow: 1px 1px 3px 2px #e692aa; box-shadow: 1px 1px 3px 2px #e692aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,146,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e692aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e692aa; -webkit-box-shadow: 1px 1px 3px 2px #e692aa; box-shadow: 1px 1px 3px 2px #e692aa;">
Div content here</div>
This div box has shadow with color #e692aa
Comments
No comments written yet.
Please login to write comment.