Color spaces of #e87cbe
RGB | 232 | 124 | 190 |
---|---|---|---|
HSL | 0.90 | 0.70 | 0.70 |
HSV | 323° | 47° | 91° |
CMYK | 0.00 | 0.47 | 0.18 0.09 |
XYZ | 49.7806 | 35.2888 | 52.9029 |
Yxy | 35.2888 | 0.3608 | 0.2558 |
Hunter Lab | 59.4044 | 45.6245 | -11.2180 |
CIE-Lab | 65.9729 | 49.7046 | -15.8978 |
#e87cbe color RGB value is (232,124,190).
#e87cbe hex color red value is 232, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e87cbe hue: 0.90 , saturation: 0.70 and the lightness value of e87cbe is 0.70.
The process color (four color CMYK) of #e87cbe color hex is 0.00, 0.47, 0.18, 0.09. Web safe color of #e87cbe is #ff66cc. Color #e87cbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01111100 | 10111110 |
Octal | 350 | 174 | 276 |
Decimal | 232 | 124 | 190 |
Hex | E8 | 7C | BE |
Shades of #e87cbe
Tints of #e87cbe
RGB Percentages of Color #e87cbe
CMYK Percentages of Color #e87cbe
Complementary Color
#e87cbe | #7ce8a6 |
#e87cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e87cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e87cbe Color CSS Codes
.mybgcolor {background-color:#e87cbe; } .myforecolor {color:#e87cbe; } .mybordercolor {border:3px solid #e87cbe; }
#e87cbe Text Font Color
<p style="color:#e87cbe">Text here</p>
This sample text font color is #e87cbe
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.
#e87cbe Background Color
<div style="background-color:#e87cbe">
Div content here</div>
This div background color is #e87cbe
#e87cbe Border Color
<div style="border:3px solid #e87cbe">
Div here</div>
This div border color is #e87cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,124,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e87cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e87cbe; -webkit-box-shadow: 1px 1px 3px 2px #e87cbe; box-shadow: 1px 1px 3px 2px #e87cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,124,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e87cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e87cbe; -webkit-box-shadow: 1px 1px 3px 2px #e87cbe; box-shadow: 1px 1px 3px 2px #e87cbe;">
Div content here</div>
This div box has shadow with color #e87cbe
Comments
No comments written yet.
Please login to write comment.