Color spaces of #e759bf
RGB | 231 | 89 | 191 |
---|---|---|---|
HSL | 0.88 | 0.75 | 0.63 |
HSV | 317° | 61° | 91° |
CMYK | 0.00 | 0.61 | 0.17 0.09 |
XYZ | 45.9313 | 27.8953 | 52.2537 |
Yxy | 27.8953 | 0.3643 | 0.2213 |
Hunter Lab | 52.8160 | 62.8041 | -21.6876 |
CIE-Lab | 59.7940 | 65.6695 | -25.9052 |
#e759bf color RGB value is (231,89,191).
#e759bf hex color red value is 231, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e759bf hue: 0.88 , saturation: 0.75 and the lightness value of e759bf is 0.63.
The process color (four color CMYK) of #e759bf color hex is 0.00, 0.61, 0.17, 0.09. Web safe color of #e759bf is #ff66cc. Color #e759bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01011001 | 10111111 |
Octal | 347 | 131 | 277 |
Decimal | 231 | 89 | 191 |
Hex | E7 | 59 | BF |
Shades of #e759bf
Tints of #e759bf
RGB Percentages of Color #e759bf
CMYK Percentages of Color #e759bf
Complementary Color
#e759bf | #59e781 |
#e759bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e759bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e759bf Color CSS Codes
.mybgcolor {background-color:#e759bf; } .myforecolor {color:#e759bf; } .mybordercolor {border:3px solid #e759bf; }
#e759bf Text Font Color
<p style="color:#e759bf">Text here</p>
This sample text font color is #e759bf
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.
#e759bf Background Color
<div style="background-color:#e759bf">
Div content here</div>
This div background color is #e759bf
#e759bf Border Color
<div style="border:3px solid #e759bf">
Div here</div>
This div border color is #e759bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,89,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e759bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e759bf; -webkit-box-shadow: 1px 1px 3px 2px #e759bf; box-shadow: 1px 1px 3px 2px #e759bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,89,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e759bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e759bf; -webkit-box-shadow: 1px 1px 3px 2px #e759bf; box-shadow: 1px 1px 3px 2px #e759bf;">
Div content here</div>
This div box has shadow with color #e759bf
Comments
No comments written yet.
Please login to write comment.