Color spaces of #e115dc
RGB | 225 | 21 | 220 |
---|---|---|---|
HSL | 0.84 | 0.83 | 0.48 |
HSV | 301° | 91° | 88° |
CMYK | 0.00 | 0.91 | 0.02 0.12 |
XYZ | 44.2378 | 21.7112 | 69.5692 |
Yxy | 21.7112 | 0.3264 | 0.1602 |
Hunter Lab | 46.5953 | 87.9271 | -55.9064 |
CIE-Lab | 53.7192 | 86.9712 | -52.0536 |
#e115dc color RGB value is (225,21,220).
#e115dc hex color red value is 225, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e115dc hue: 0.84 , saturation: 0.83 and the lightness value of e115dc is 0.48.
The process color (four color CMYK) of #e115dc color hex is 0.00, 0.91, 0.02, 0.12. Web safe color of #e115dc is #cc00cc. Color #e115dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00010101 | 11011100 |
Octal | 341 | 25 | 334 |
Decimal | 225 | 21 | 220 |
Hex | E1 | 15 | DC |
Shades of #e115dc
Tints of #e115dc
RGB Percentages of Color #e115dc
CMYK Percentages of Color #e115dc
Complementary Color
#e115dc | #15e11a |
#e115dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e115dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e115dc Color CSS Codes
.mybgcolor {background-color:#e115dc; } .myforecolor {color:#e115dc; } .mybordercolor {border:3px solid #e115dc; }
#e115dc Text Font Color
<p style="color:#e115dc">Text here</p>
This sample text font color is #e115dc
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.
#e115dc Background Color
<div style="background-color:#e115dc">
Div content here</div>
This div background color is #e115dc
#e115dc Border Color
<div style="border:3px solid #e115dc">
Div here</div>
This div border color is #e115dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,21,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e115dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e115dc; -webkit-box-shadow: 1px 1px 3px 2px #e115dc; box-shadow: 1px 1px 3px 2px #e115dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,21,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e115dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e115dc; -webkit-box-shadow: 1px 1px 3px 2px #e115dc; box-shadow: 1px 1px 3px 2px #e115dc;">
Div content here</div>
This div box has shadow with color #e115dc
Comments
No comments written yet.
Please login to write comment.