Color spaces of #e613bf
RGB | 230 | 19 | 191 |
---|---|---|---|
HSL | 0.86 | 0.85 | 0.49 |
HSV | 311° | 92° | 90° |
CMYK | 0.00 | 0.92 | 0.17 0.10 |
XYZ | 42.2700 | 21.0503 | 51.1255 |
Yxy | 21.0503 | 0.3693 | 0.1839 |
Hunter Lab | 45.8806 | 84.1618 | -33.9514 |
CIE-Lab | 53.0045 | 84.2192 | -36.4762 |
#e613bf color RGB value is (230,19,191).
#e613bf hex color red value is 230, green value is 19 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e613bf hue: 0.86 , saturation: 0.85 and the lightness value of e613bf is 0.49.
The process color (four color CMYK) of #e613bf color hex is 0.00, 0.92, 0.17, 0.10. Web safe color of #e613bf is #ff00cc. Color #e613bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00010011 | 10111111 |
Octal | 346 | 23 | 277 |
Decimal | 230 | 19 | 191 |
Hex | E6 | 13 | BF |
Shades of #e613bf
Tints of #e613bf
RGB Percentages of Color #e613bf
CMYK Percentages of Color #e613bf
Complementary Color
#e613bf | #13e63a |
#e613bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e613bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e613bf Color CSS Codes
.mybgcolor {background-color:#e613bf; } .myforecolor {color:#e613bf; } .mybordercolor {border:3px solid #e613bf; }
#e613bf Text Font Color
<p style="color:#e613bf">Text here</p>
This sample text font color is #e613bf
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.
#e613bf Background Color
<div style="background-color:#e613bf">
Div content here</div>
This div background color is #e613bf
#e613bf Border Color
<div style="border:3px solid #e613bf">
Div here</div>
This div border color is #e613bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,19,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e613bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e613bf; -webkit-box-shadow: 1px 1px 3px 2px #e613bf; box-shadow: 1px 1px 3px 2px #e613bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,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 #e613bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e613bf; -webkit-box-shadow: 1px 1px 3px 2px #e613bf; box-shadow: 1px 1px 3px 2px #e613bf;">
Div content here</div>
This div box has shadow with color #e613bf
Comments
No comments written yet.
Please login to write comment.