Color spaces of #e10cba
RGB | 225 | 12 | 186 |
---|---|---|---|
HSL | 0.86 | 0.90 | 0.46 |
HSV | 311° | 95° | 88° |
CMYK | 0.00 | 0.95 | 0.17 0.12 |
XYZ | 40.0457 | 19.8157 | 48.1685 |
Yxy | 19.8157 | 0.3707 | 0.1834 |
Hunter Lab | 44.5148 | 82.6783 | -32.9960 |
CIE-Lab | 51.6282 | 83.3362 | -35.7924 |
#e10cba color RGB value is (225,12,186).
#e10cba hex color red value is 225, green value is 12 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e10cba hue: 0.86 , saturation: 0.90 and the lightness value of e10cba is 0.46.
The process color (four color CMYK) of #e10cba color hex is 0.00, 0.95, 0.17, 0.12. Web safe color of #e10cba is #cc00cc. Color #e10cba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00001100 | 10111010 |
Octal | 341 | 14 | 272 |
Decimal | 225 | 12 | 186 |
Hex | E1 | C | BA |
Shades of #e10cba
Tints of #e10cba
RGB Percentages of Color #e10cba
CMYK Percentages of Color #e10cba
Complementary Color
#e10cba | #0ce133 |
#e10cba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e10cba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e10cba Color CSS Codes
.mybgcolor {background-color:#e10cba; } .myforecolor {color:#e10cba; } .mybordercolor {border:3px solid #e10cba; }
#e10cba Text Font Color
<p style="color:#e10cba">Text here</p>
This sample text font color is #e10cba
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.
#e10cba Background Color
<div style="background-color:#e10cba">
Div content here</div>
This div background color is #e10cba
#e10cba Border Color
<div style="border:3px solid #e10cba">
Div here</div>
This div border color is #e10cba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,12,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e10cba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e10cba; -webkit-box-shadow: 1px 1px 3px 2px #e10cba; box-shadow: 1px 1px 3px 2px #e10cba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,12,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e10cba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e10cba; -webkit-box-shadow: 1px 1px 3px 2px #e10cba; box-shadow: 1px 1px 3px 2px #e10cba;">
Div content here</div>
This div box has shadow with color #e10cba
Comments
No comments written yet.
Please login to write comment.