Color spaces of #e10bbc
RGB | 225 | 11 | 188 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.46 |
HSV | 310° | 95° | 88° |
CMYK | 0.00 | 0.95 | 0.16 0.12 |
XYZ | 40.2481 | 19.8777 | 49.2924 |
Yxy | 19.8777 | 0.3678 | 0.1817 |
Hunter Lab | 44.5844 | 83.1162 | -34.3418 |
CIE-Lab | 51.6987 | 83.6629 | -36.8471 |
#e10bbc color RGB value is (225,11,188).
#e10bbc hex color red value is 225, green value is 11 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e10bbc hue: 0.86 , saturation: 0.91 and the lightness value of e10bbc is 0.46.
The process color (four color CMYK) of #e10bbc color hex is 0.00, 0.95, 0.16, 0.12. Web safe color of #e10bbc is #cc00cc. Color #e10bbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00001011 | 10111100 |
Octal | 341 | 13 | 274 |
Decimal | 225 | 11 | 188 |
Hex | E1 | B | BC |
Shades of #e10bbc
Tints of #e10bbc
RGB Percentages of Color #e10bbc
CMYK Percentages of Color #e10bbc
Complementary Color
#e10bbc | #0be130 |
#e10bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e10bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e10bbc Color CSS Codes
.mybgcolor {background-color:#e10bbc; } .myforecolor {color:#e10bbc; } .mybordercolor {border:3px solid #e10bbc; }
#e10bbc Text Font Color
<p style="color:#e10bbc">Text here</p>
This sample text font color is #e10bbc
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.
#e10bbc Background Color
<div style="background-color:#e10bbc">
Div content here</div>
This div background color is #e10bbc
#e10bbc Border Color
<div style="border:3px solid #e10bbc">
Div here</div>
This div border color is #e10bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,11,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e10bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e10bbc; -webkit-box-shadow: 1px 1px 3px 2px #e10bbc; box-shadow: 1px 1px 3px 2px #e10bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,11,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 #e10bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e10bbc; -webkit-box-shadow: 1px 1px 3px 2px #e10bbc; box-shadow: 1px 1px 3px 2px #e10bbc;">
Div content here</div>
This div box has shadow with color #e10bbc
Comments
No comments written yet.
Please login to write comment.