Color spaces of #e105cc
RGB | 225 | 5 | 204 |
---|---|---|---|
HSL | 0.85 | 0.96 | 0.45 |
HSV | 306° | 98° | 88° |
CMYK | 0.00 | 0.98 | 0.09 0.12 |
XYZ | 42.0047 | 20.4757 | 58.8651 |
Yxy | 20.4757 | 0.3462 | 0.1687 |
Hunter Lab | 45.2501 | 86.5101 | -45.4543 |
CIE-Lab | 52.3708 | 86.1503 | -45.0473 |
#e105cc color RGB value is (225,5,204).
#e105cc hex color red value is 225, green value is 5 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e105cc hue: 0.85 , saturation: 0.96 and the lightness value of e105cc is 0.45.
The process color (four color CMYK) of #e105cc color hex is 0.00, 0.98, 0.09, 0.12. Web safe color of #e105cc is #cc00cc. Color #e105cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00000101 | 11001100 |
Octal | 341 | 5 | 314 |
Decimal | 225 | 5 | 204 |
Hex | E1 | 5 | CC |
Shades of #e105cc
Tints of #e105cc
RGB Percentages of Color #e105cc
CMYK Percentages of Color #e105cc
Complementary Color
#e105cc | #05e11a |
#e105cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e105cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e105cc Color CSS Codes
.mybgcolor {background-color:#e105cc; } .myforecolor {color:#e105cc; } .mybordercolor {border:3px solid #e105cc; }
#e105cc Text Font Color
<p style="color:#e105cc">Text here</p>
This sample text font color is #e105cc
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.
#e105cc Background Color
<div style="background-color:#e105cc">
Div content here</div>
This div background color is #e105cc
#e105cc Border Color
<div style="border:3px solid #e105cc">
Div here</div>
This div border color is #e105cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,5,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e105cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e105cc; -webkit-box-shadow: 1px 1px 3px 2px #e105cc; box-shadow: 1px 1px 3px 2px #e105cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,5,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e105cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e105cc; -webkit-box-shadow: 1px 1px 3px 2px #e105cc; box-shadow: 1px 1px 3px 2px #e105cc;">
Div content here</div>
This div box has shadow with color #e105cc
Comments
No comments written yet.
Please login to write comment.