Color spaces of #e146ca
RGB | 225 | 70 | 202 |
---|---|---|---|
HSL | 0.86 | 0.72 | 0.58 |
HSV | 309° | 69° | 88° |
CMYK | 0.00 | 0.69 | 0.10 0.12 |
XYZ | 43.9022 | 24.6521 | 58.3216 |
Yxy | 24.6521 | 0.3460 | 0.1943 |
Hunter Lab | 49.6509 | 70.9439 | -34.8884 |
CIE-Lab | 56.7349 | 72.9904 | -37.0202 |
#e146ca color RGB value is (225,70,202).
#e146ca hex color red value is 225, green value is 70 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e146ca hue: 0.86 , saturation: 0.72 and the lightness value of e146ca is 0.58.
The process color (four color CMYK) of #e146ca color hex is 0.00, 0.69, 0.10, 0.12. Web safe color of #e146ca is #cc33cc. Color #e146ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01000110 | 11001010 |
Octal | 341 | 106 | 312 |
Decimal | 225 | 70 | 202 |
Hex | E1 | 46 | CA |
Shades of #e146ca
Tints of #e146ca
RGB Percentages of Color #e146ca
CMYK Percentages of Color #e146ca
Complementary Color
#e146ca | #46e15d |
#e146ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e146ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e146ca Color CSS Codes
.mybgcolor {background-color:#e146ca; } .myforecolor {color:#e146ca; } .mybordercolor {border:3px solid #e146ca; }
#e146ca Text Font Color
<p style="color:#e146ca">Text here</p>
This sample text font color is #e146ca
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.
#e146ca Background Color
<div style="background-color:#e146ca">
Div content here</div>
This div background color is #e146ca
#e146ca Border Color
<div style="border:3px solid #e146ca">
Div here</div>
This div border color is #e146ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,70,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e146ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e146ca; -webkit-box-shadow: 1px 1px 3px 2px #e146ca; box-shadow: 1px 1px 3px 2px #e146ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,70,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e146ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e146ca; -webkit-box-shadow: 1px 1px 3px 2px #e146ca; box-shadow: 1px 1px 3px 2px #e146ca;">
Div content here</div>
This div box has shadow with color #e146ca
Comments
No comments written yet.
Please login to write comment.