Color spaces of #e196fe
RGB | 225 | 150 | 254 |
---|---|---|---|
HSL | 0.79 | 0.98 | 0.79 |
HSV | 283° | 41° | 100° |
CMYK | 0.11 | 0.41 | 0.00 0.00 |
XYZ | 59.8471 | 44.9760 | 99.2929 |
Yxy | 44.9760 | 0.2932 | 0.2203 |
Hunter Lab | 67.0641 | 41.9286 | -40.8379 |
CIE-Lab | 72.8761 | 45.4668 | -40.7122 |
#e196fe color RGB value is (225,150,254).
#e196fe hex color red value is 225, green value is 150 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e196fe hue: 0.79 , saturation: 0.98 and the lightness value of e196fe is 0.79.
The process color (four color CMYK) of #e196fe color hex is 0.11, 0.41, 0.00, 0.00. Web safe color of #e196fe is #cc99ff. Color #e196fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10010110 | 11111110 |
Octal | 341 | 226 | 376 |
Decimal | 225 | 150 | 254 |
Hex | E1 | 96 | FE |
Shades of #e196fe
Tints of #e196fe
RGB Percentages of Color #e196fe
CMYK Percentages of Color #e196fe
Complementary Color
#e196fe | #b3fe96 |
#e196fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e196fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e196fe Color CSS Codes
.mybgcolor {background-color:#e196fe; } .myforecolor {color:#e196fe; } .mybordercolor {border:3px solid #e196fe; }
#e196fe Text Font Color
<p style="color:#e196fe">Text here</p>
This sample text font color is #e196fe
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.
#e196fe Background Color
<div style="background-color:#e196fe">
Div content here</div>
This div background color is #e196fe
#e196fe Border Color
<div style="border:3px solid #e196fe">
Div here</div>
This div border color is #e196fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,150,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e196fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e196fe; -webkit-box-shadow: 1px 1px 3px 2px #e196fe; box-shadow: 1px 1px 3px 2px #e196fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,150,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e196fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e196fe; -webkit-box-shadow: 1px 1px 3px 2px #e196fe; box-shadow: 1px 1px 3px 2px #e196fe;">
Div content here</div>
This div box has shadow with color #e196fe
Related Colors
Comments
No comments written yet.
Please login to write comment.