Color spaces of #e61cbe
RGB | 230 | 28 | 190 |
---|---|---|---|
HSL | 0.87 | 0.80 | 0.51 |
HSV | 312° | 88° | 90° |
CMYK | 0.00 | 0.88 | 0.17 0.10 |
XYZ | 42.3426 | 21.3712 | 50.6085 |
Yxy | 21.3712 | 0.3704 | 0.1869 |
Hunter Lab | 46.2290 | 82.5931 | -32.5465 |
CIE-Lab | 53.3534 | 82.9338 | -35.3489 |
#e61cbe color RGB value is (230,28,190).
#e61cbe hex color red value is 230, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e61cbe hue: 0.87 , saturation: 0.80 and the lightness value of e61cbe is 0.51.
The process color (four color CMYK) of #e61cbe color hex is 0.00, 0.88, 0.17, 0.10. Web safe color of #e61cbe is #ff33cc. Color #e61cbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00011100 | 10111110 |
Octal | 346 | 34 | 276 |
Decimal | 230 | 28 | 190 |
Hex | E6 | 1C | BE |
Shades of #e61cbe
Tints of #e61cbe
RGB Percentages of Color #e61cbe
CMYK Percentages of Color #e61cbe
Complementary Color
#e61cbe | #1ce644 |
#e61cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e61cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e61cbe Color CSS Codes
.mybgcolor {background-color:#e61cbe; } .myforecolor {color:#e61cbe; } .mybordercolor {border:3px solid #e61cbe; }
#e61cbe Text Font Color
<p style="color:#e61cbe">Text here</p>
This sample text font color is #e61cbe
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.
#e61cbe Background Color
<div style="background-color:#e61cbe">
Div content here</div>
This div background color is #e61cbe
#e61cbe Border Color
<div style="border:3px solid #e61cbe">
Div here</div>
This div border color is #e61cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,28,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e61cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e61cbe; -webkit-box-shadow: 1px 1px 3px 2px #e61cbe; box-shadow: 1px 1px 3px 2px #e61cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,28,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e61cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e61cbe; -webkit-box-shadow: 1px 1px 3px 2px #e61cbe; box-shadow: 1px 1px 3px 2px #e61cbe;">
Div content here</div>
This div box has shadow with color #e61cbe
Comments
No comments written yet.
Please login to write comment.