Color spaces of #e150cb
RGB | 225 | 80 | 203 |
---|---|---|---|
HSL | 0.86 | 0.71 | 0.60 |
HSV | 309° | 64° | 88° |
CMYK | 0.00 | 0.64 | 0.10 0.12 |
XYZ | 44.6995 | 26.0567 | 59.1734 |
Yxy | 26.0567 | 0.3440 | 0.2005 |
Hunter Lab | 51.0458 | 66.9779 | -32.9983 |
CIE-Lab | 58.0908 | 69.4715 | -35.4692 |
#e150cb color RGB value is (225,80,203).
#e150cb hex color red value is 225, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e150cb hue: 0.86 , saturation: 0.71 and the lightness value of e150cb is 0.60.
The process color (four color CMYK) of #e150cb color hex is 0.00, 0.64, 0.10, 0.12. Web safe color of #e150cb is #cc66cc. Color #e150cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01010000 | 11001011 |
Octal | 341 | 120 | 313 |
Decimal | 225 | 80 | 203 |
Hex | E1 | 50 | CB |
Shades of #e150cb
Tints of #e150cb
RGB Percentages of Color #e150cb
CMYK Percentages of Color #e150cb
Complementary Color
#e150cb | #50e166 |
#e150cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e150cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e150cb Color CSS Codes
.mybgcolor {background-color:#e150cb; } .myforecolor {color:#e150cb; } .mybordercolor {border:3px solid #e150cb; }
#e150cb Text Font Color
<p style="color:#e150cb">Text here</p>
This sample text font color is #e150cb
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.
#e150cb Background Color
<div style="background-color:#e150cb">
Div content here</div>
This div background color is #e150cb
#e150cb Border Color
<div style="border:3px solid #e150cb">
Div here</div>
This div border color is #e150cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,80,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e150cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e150cb; -webkit-box-shadow: 1px 1px 3px 2px #e150cb; box-shadow: 1px 1px 3px 2px #e150cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,80,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e150cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e150cb; -webkit-box-shadow: 1px 1px 3px 2px #e150cb; box-shadow: 1px 1px 3px 2px #e150cb;">
Div content here</div>
This div box has shadow with color #e150cb
Comments
No comments written yet.
Please login to write comment.