Color spaces of #e880bc
RGB | 232 | 128 | 188 |
---|---|---|---|
HSL | 0.90 | 0.69 | 0.71 |
HSV | 325° | 45° | 91° |
CMYK | 0.00 | 0.45 | 0.19 0.09 |
XYZ | 50.0750 | 36.2250 | 51.9298 |
Yxy | 36.2250 | 0.3623 | 0.2621 |
Hunter Lab | 60.1872 | 43.1821 | -9.0246 |
CIE-Lab | 66.6915 | 47.4002 | -13.6888 |
#e880bc color RGB value is (232,128,188).
#e880bc hex color red value is 232, green value is 128 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e880bc hue: 0.90 , saturation: 0.69 and the lightness value of e880bc is 0.71.
The process color (four color CMYK) of #e880bc color hex is 0.00, 0.45, 0.19, 0.09. Web safe color of #e880bc is #ff99cc. Color #e880bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10000000 | 10111100 |
Octal | 350 | 200 | 274 |
Decimal | 232 | 128 | 188 |
Hex | E8 | 80 | BC |
Shades of #e880bc
Tints of #e880bc
RGB Percentages of Color #e880bc
CMYK Percentages of Color #e880bc
Complementary Color
#e880bc | #80e8ac |
#e880bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e880bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e880bc Color CSS Codes
.mybgcolor {background-color:#e880bc; } .myforecolor {color:#e880bc; } .mybordercolor {border:3px solid #e880bc; }
#e880bc Text Font Color
<p style="color:#e880bc">Text here</p>
This sample text font color is #e880bc
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.
#e880bc Background Color
<div style="background-color:#e880bc">
Div content here</div>
This div background color is #e880bc
#e880bc Border Color
<div style="border:3px solid #e880bc">
Div here</div>
This div border color is #e880bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,128,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e880bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e880bc; -webkit-box-shadow: 1px 1px 3px 2px #e880bc; box-shadow: 1px 1px 3px 2px #e880bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,128,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 #e880bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e880bc; -webkit-box-shadow: 1px 1px 3px 2px #e880bc; box-shadow: 1px 1px 3px 2px #e880bc;">
Div content here</div>
This div box has shadow with color #e880bc
Comments
No comments written yet.
Please login to write comment.