Color spaces of #e90fcd
RGB | 233 | 15 | 205 |
---|---|---|---|
HSL | 0.85 | 0.88 | 0.49 |
HSV | 308° | 94° | 91° |
CMYK | 0.00 | 0.94 | 0.12 0.09 |
XYZ | 44.7945 | 22.0731 | 59.6572 |
Yxy | 22.0731 | 0.3540 | 0.1745 |
Hunter Lab | 46.9820 | 87.9704 | -42.3983 |
CIE-Lab | 54.1045 | 86.9293 | -42.7858 |
#e90fcd color RGB value is (233,15,205).
#e90fcd hex color red value is 233, green value is 15 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e90fcd hue: 0.85 , saturation: 0.88 and the lightness value of e90fcd is 0.49.
The process color (four color CMYK) of #e90fcd color hex is 0.00, 0.94, 0.12, 0.09. Web safe color of #e90fcd is #ff00cc. Color #e90fcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00001111 | 11001101 |
Octal | 351 | 17 | 315 |
Decimal | 233 | 15 | 205 |
Hex | E9 | F | CD |
Shades of #e90fcd
Tints of #e90fcd
RGB Percentages of Color #e90fcd
CMYK Percentages of Color #e90fcd
Complementary Color
#e90fcd | #0fe92b |
#e90fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e90fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e90fcd Color CSS Codes
.mybgcolor {background-color:#e90fcd; } .myforecolor {color:#e90fcd; } .mybordercolor {border:3px solid #e90fcd; }
#e90fcd Text Font Color
<p style="color:#e90fcd">Text here</p>
This sample text font color is #e90fcd
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.
#e90fcd Background Color
<div style="background-color:#e90fcd">
Div content here</div>
This div background color is #e90fcd
#e90fcd Border Color
<div style="border:3px solid #e90fcd">
Div here</div>
This div border color is #e90fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,15,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e90fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e90fcd; -webkit-box-shadow: 1px 1px 3px 2px #e90fcd; box-shadow: 1px 1px 3px 2px #e90fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,15,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e90fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e90fcd; -webkit-box-shadow: 1px 1px 3px 2px #e90fcd; box-shadow: 1px 1px 3px 2px #e90fcd;">
Div content here</div>
This div box has shadow with color #e90fcd
Comments
No comments written yet.
Please login to write comment.