Color spaces of #e411bf
RGB | 228 | 17 | 191 |
---|---|---|---|
HSL | 0.86 | 0.86 | 0.48 |
HSV | 311° | 93° | 89° |
CMYK | 0.00 | 0.93 | 0.16 0.11 |
XYZ | 41.5993 | 20.6565 | 51.0848 |
Yxy | 20.6565 | 0.3670 | 0.1823 |
Hunter Lab | 45.4494 | 83.8424 | -34.8269 |
CIE-Lab | 52.5715 | 84.0563 | -37.1815 |
#e411bf color RGB value is (228,17,191).
#e411bf hex color red value is 228, green value is 17 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e411bf hue: 0.86 , saturation: 0.86 and the lightness value of e411bf is 0.48.
The process color (four color CMYK) of #e411bf color hex is 0.00, 0.93, 0.16, 0.11. Web safe color of #e411bf is #cc00cc. Color #e411bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 00010001 | 10111111 |
Octal | 344 | 21 | 277 |
Decimal | 228 | 17 | 191 |
Hex | E4 | 11 | BF |
Shades of #e411bf
Tints of #e411bf
RGB Percentages of Color #e411bf
CMYK Percentages of Color #e411bf
Complementary Color
#e411bf | #11e436 |
#e411bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e411bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e411bf Color CSS Codes
.mybgcolor {background-color:#e411bf; } .myforecolor {color:#e411bf; } .mybordercolor {border:3px solid #e411bf; }
#e411bf Text Font Color
<p style="color:#e411bf">Text here</p>
This sample text font color is #e411bf
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.
#e411bf Background Color
<div style="background-color:#e411bf">
Div content here</div>
This div background color is #e411bf
#e411bf Border Color
<div style="border:3px solid #e411bf">
Div here</div>
This div border color is #e411bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,17,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e411bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e411bf; -webkit-box-shadow: 1px 1px 3px 2px #e411bf; box-shadow: 1px 1px 3px 2px #e411bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,17,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e411bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e411bf; -webkit-box-shadow: 1px 1px 3px 2px #e411bf; box-shadow: 1px 1px 3px 2px #e411bf;">
Div content here</div>
This div box has shadow with color #e411bf
Comments
No comments written yet.
Please login to write comment.