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