Color spaces of #e68aab
RGB | 230 | 138 | 171 |
---|---|---|---|
HSL | 0.94 | 0.65 | 0.72 |
HSV | 338° | 40° | 90° |
CMYK | 0.00 | 0.40 | 0.26 0.10 |
XYZ | 49.0723 | 37.9402 | 43.2649 |
Yxy | 37.9402 | 0.3767 | 0.2912 |
Hunter Lab | 61.5956 | 34.4159 | 1.4715 |
CIE-Lab | 67.9765 | 39.1477 | -2.2483 |
#e68aab color RGB value is (230,138,171).
#e68aab hex color red value is 230, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e68aab hue: 0.94 , saturation: 0.65 and the lightness value of e68aab is 0.72.
The process color (four color CMYK) of #e68aab color hex is 0.00, 0.40, 0.26, 0.10. Web safe color of #e68aab is #ff9999. Color #e68aab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10001010 | 10101011 |
Octal | 346 | 212 | 253 |
Decimal | 230 | 138 | 171 |
Hex | E6 | 8A | AB |
Shades of #e68aab
Tints of #e68aab
RGB Percentages of Color #e68aab
CMYK Percentages of Color #e68aab
Complementary Color
#e68aab | #8ae6c5 |
#e68aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e68aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#e68aab Color CSS Codes
.mybgcolor {background-color:#e68aab; } .myforecolor {color:#e68aab; } .mybordercolor {border:3px solid #e68aab; }
#e68aab Text Font Color
<p style="color:#e68aab">Text here</p>
This sample text font color is #e68aab
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.
#e68aab Background Color
<div style="background-color:#e68aab">
Div content here</div>
This div background color is #e68aab
#e68aab Border Color
<div style="border:3px solid #e68aab">
Div here</div>
This div border color is #e68aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,138,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e68aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e68aab; -webkit-box-shadow: 1px 1px 3px 2px #e68aab; box-shadow: 1px 1px 3px 2px #e68aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,138,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e68aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e68aab; -webkit-box-shadow: 1px 1px 3px 2px #e68aab; box-shadow: 1px 1px 3px 2px #e68aab;">
Div content here</div>
This div box has shadow with color #e68aab
Comments
No comments written yet.
Please login to write comment.