Color spaces of #e856bc
RGB | 232 | 86 | 188 |
---|---|---|---|
HSL | 0.88 | 0.76 | 0.62 |
HSV | 318° | 63° | 91° |
CMYK | 0.00 | 0.63 | 0.19 0.09 |
XYZ | 45.6836 | 27.4422 | 50.4660 |
Yxy | 27.4422 | 0.3696 | 0.2220 |
Hunter Lab | 52.3853 | 63.9900 | -20.4480 |
CIE-Lab | 59.3814 | 66.7414 | -24.8102 |
#e856bc color RGB value is (232,86,188).
#e856bc hex color red value is 232, green value is 86 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e856bc hue: 0.88 , saturation: 0.76 and the lightness value of e856bc is 0.62.
The process color (four color CMYK) of #e856bc color hex is 0.00, 0.63, 0.19, 0.09. Web safe color of #e856bc is #ff66cc. Color #e856bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01010110 | 10111100 |
Octal | 350 | 126 | 274 |
Decimal | 232 | 86 | 188 |
Hex | E8 | 56 | BC |
Shades of #e856bc
Tints of #e856bc
RGB Percentages of Color #e856bc
CMYK Percentages of Color #e856bc
Complementary Color
#e856bc | #56e882 |
#e856bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e856bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e856bc Color CSS Codes
.mybgcolor {background-color:#e856bc; } .myforecolor {color:#e856bc; } .mybordercolor {border:3px solid #e856bc; }
#e856bc Text Font Color
<p style="color:#e856bc">Text here</p>
This sample text font color is #e856bc
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.
#e856bc Background Color
<div style="background-color:#e856bc">
Div content here</div>
This div background color is #e856bc
#e856bc Border Color
<div style="border:3px solid #e856bc">
Div here</div>
This div border color is #e856bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,86,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e856bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e856bc; -webkit-box-shadow: 1px 1px 3px 2px #e856bc; box-shadow: 1px 1px 3px 2px #e856bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,86,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e856bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e856bc; -webkit-box-shadow: 1px 1px 3px 2px #e856bc; box-shadow: 1px 1px 3px 2px #e856bc;">
Div content here</div>
This div box has shadow with color #e856bc
Comments
No comments written yet.
Please login to write comment.