Color spaces of #e769ae
RGB | 231 | 105 | 174 |
---|---|---|---|
HSL | 0.91 | 0.72 | 0.66 |
HSV | 327° | 55° | 91° |
CMYK | 0.00 | 0.55 | 0.25 0.09 |
XYZ | 45.6466 | 30.1481 | 43.4577 |
Yxy | 30.1481 | 0.3828 | 0.2528 |
Hunter Lab | 54.9073 | 52.3064 | -8.4914 |
CIE-Lab | 61.7818 | 56.2891 | -13.1469 |
#e769ae color RGB value is (231,105,174).
#e769ae hex color red value is 231, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e769ae hue: 0.91 , saturation: 0.72 and the lightness value of e769ae is 0.66.
The process color (four color CMYK) of #e769ae color hex is 0.00, 0.55, 0.25, 0.09. Web safe color of #e769ae is #ff6699. Color #e769ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01101001 | 10101110 |
Octal | 347 | 151 | 256 |
Decimal | 231 | 105 | 174 |
Hex | E7 | 69 | AE |
Shades of #e769ae
Tints of #e769ae
RGB Percentages of Color #e769ae
CMYK Percentages of Color #e769ae
Complementary Color
#e769ae | #69e7a2 |
#e769ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e769ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e769ae Color CSS Codes
.mybgcolor {background-color:#e769ae; } .myforecolor {color:#e769ae; } .mybordercolor {border:3px solid #e769ae; }
#e769ae Text Font Color
<p style="color:#e769ae">Text here</p>
This sample text font color is #e769ae
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.
#e769ae Background Color
<div style="background-color:#e769ae">
Div content here</div>
This div background color is #e769ae
#e769ae Border Color
<div style="border:3px solid #e769ae">
Div here</div>
This div border color is #e769ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,105,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e769ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e769ae; -webkit-box-shadow: 1px 1px 3px 2px #e769ae; box-shadow: 1px 1px 3px 2px #e769ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,105,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e769ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e769ae; -webkit-box-shadow: 1px 1px 3px 2px #e769ae; box-shadow: 1px 1px 3px 2px #e769ae;">
Div content here</div>
This div box has shadow with color #e769ae
Comments
No comments written yet.
Please login to write comment.