Color spaces of #e610bf
RGB | 230 | 16 | 191 |
---|---|---|---|
HSL | 0.86 | 0.87 | 0.48 |
HSV | 311° | 93° | 90° |
CMYK | 0.00 | 0.93 | 0.17 0.10 |
XYZ | 42.2224 | 20.9552 | 51.1096 |
Yxy | 20.9552 | 0.3694 | 0.1834 |
Hunter Lab | 45.7769 | 84.5305 | -34.1532 |
CIE-Lab | 52.9004 | 84.5244 | -36.6395 |
#e610bf color RGB value is (230,16,191).
#e610bf hex color red value is 230, green value is 16 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e610bf hue: 0.86 , saturation: 0.87 and the lightness value of e610bf is 0.48.
The process color (four color CMYK) of #e610bf color hex is 0.00, 0.93, 0.17, 0.10. Web safe color of #e610bf is #ff00cc. Color #e610bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00010000 | 10111111 |
Octal | 346 | 20 | 277 |
Decimal | 230 | 16 | 191 |
Hex | E6 | 10 | BF |
Shades of #e610bf
Tints of #e610bf
RGB Percentages of Color #e610bf
CMYK Percentages of Color #e610bf
Complementary Color
#e610bf | #10e637 |
#e610bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e610bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e610bf Color CSS Codes
.mybgcolor {background-color:#e610bf; } .myforecolor {color:#e610bf; } .mybordercolor {border:3px solid #e610bf; }
#e610bf Text Font Color
<p style="color:#e610bf">Text here</p>
This sample text font color is #e610bf
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.
#e610bf Background Color
<div style="background-color:#e610bf">
Div content here</div>
This div background color is #e610bf
#e610bf Border Color
<div style="border:3px solid #e610bf">
Div here</div>
This div border color is #e610bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,16,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e610bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e610bf; -webkit-box-shadow: 1px 1px 3px 2px #e610bf; box-shadow: 1px 1px 3px 2px #e610bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,16,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 #e610bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e610bf; -webkit-box-shadow: 1px 1px 3px 2px #e610bf; box-shadow: 1px 1px 3px 2px #e610bf;">
Div content here</div>
This div box has shadow with color #e610bf
Comments
No comments written yet.
Please login to write comment.