Color spaces of #e659bd
RGB | 230 | 89 | 189 |
---|---|---|---|
HSL | 0.88 | 0.74 | 0.63 |
HSV | 317° | 61° | 90° |
CMYK | 0.00 | 0.61 | 0.18 0.10 |
XYZ | 45.3908 | 27.6419 | 51.0872 |
Yxy | 27.6419 | 0.3657 | 0.2227 |
Hunter Lab | 52.5756 | 62.0997 | -20.8087 |
CIE-Lab | 59.5638 | 65.1166 | -25.1281 |
#e659bd color RGB value is (230,89,189).
#e659bd hex color red value is 230, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e659bd hue: 0.88 , saturation: 0.74 and the lightness value of e659bd is 0.63.
The process color (four color CMYK) of #e659bd color hex is 0.00, 0.61, 0.18, 0.10. Web safe color of #e659bd is #ff66cc. Color #e659bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01011001 | 10111101 |
Octal | 346 | 131 | 275 |
Decimal | 230 | 89 | 189 |
Hex | E6 | 59 | BD |
Shades of #e659bd
Tints of #e659bd
RGB Percentages of Color #e659bd
CMYK Percentages of Color #e659bd
Complementary Color
#e659bd | #59e682 |
#e659bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e659bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e659bd Color CSS Codes
.mybgcolor {background-color:#e659bd; } .myforecolor {color:#e659bd; } .mybordercolor {border:3px solid #e659bd; }
#e659bd Text Font Color
<p style="color:#e659bd">Text here</p>
This sample text font color is #e659bd
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.
#e659bd Background Color
<div style="background-color:#e659bd">
Div content here</div>
This div background color is #e659bd
#e659bd Border Color
<div style="border:3px solid #e659bd">
Div here</div>
This div border color is #e659bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,89,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e659bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e659bd; -webkit-box-shadow: 1px 1px 3px 2px #e659bd; box-shadow: 1px 1px 3px 2px #e659bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,89,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e659bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e659bd; -webkit-box-shadow: 1px 1px 3px 2px #e659bd; box-shadow: 1px 1px 3px 2px #e659bd;">
Div content here</div>
This div box has shadow with color #e659bd
Comments
No comments written yet.
Please login to write comment.