Color spaces of #e195fc
RGB | 225 | 149 | 252 |
---|---|---|---|
HSL | 0.79 | 0.94 | 0.79 |
HSV | 284° | 41° | 99° |
CMYK | 0.11 | 0.41 | 0.00 0.01 |
XYZ | 59.3695 | 44.5307 | 97.5616 |
Yxy | 44.5307 | 0.2947 | 0.2210 |
Hunter Lab | 66.7313 | 42.0280 | -39.9704 |
CIE-Lab | 72.5818 | 45.5922 | -40.0857 |
#e195fc color RGB value is (225,149,252).
#e195fc hex color red value is 225, green value is 149 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e195fc hue: 0.79 , saturation: 0.94 and the lightness value of e195fc is 0.79.
The process color (four color CMYK) of #e195fc color hex is 0.11, 0.41, 0.00, 0.01. Web safe color of #e195fc is #cc99ff. Color #e195fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10010101 | 11111100 |
Octal | 341 | 225 | 374 |
Decimal | 225 | 149 | 252 |
Hex | E1 | 95 | FC |
Shades of #e195fc
Tints of #e195fc
RGB Percentages of Color #e195fc
CMYK Percentages of Color #e195fc
Complementary Color
#e195fc | #b0fc95 |
#e195fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e195fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e195fc Color CSS Codes
.mybgcolor {background-color:#e195fc; } .myforecolor {color:#e195fc; } .mybordercolor {border:3px solid #e195fc; }
#e195fc Text Font Color
<p style="color:#e195fc">Text here</p>
This sample text font color is #e195fc
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.
#e195fc Background Color
<div style="background-color:#e195fc">
Div content here</div>
This div background color is #e195fc
#e195fc Border Color
<div style="border:3px solid #e195fc">
Div here</div>
This div border color is #e195fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,149,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e195fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e195fc; -webkit-box-shadow: 1px 1px 3px 2px #e195fc; box-shadow: 1px 1px 3px 2px #e195fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,149,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e195fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e195fc; -webkit-box-shadow: 1px 1px 3px 2px #e195fc; box-shadow: 1px 1px 3px 2px #e195fc;">
Div content here</div>
This div box has shadow with color #e195fc
Comments
No comments written yet.
Please login to write comment.