Color spaces of #e34dfc
RGB | 227 | 77 | 252 |
---|---|---|---|
HSL | 0.81 | 0.97 | 0.65 |
HSV | 291° | 69° | 99° |
CMYK | 0.10 | 0.69 | 0.00 0.01 |
XYZ | 51.9031 | 28.6669 | 94.8931 |
Yxy | 28.6669 | 0.2958 | 0.1634 |
Hunter Lab | 53.5415 | 79.3403 | -67.6023 |
CIE-Lab | 60.4865 | 79.0014 | -59.1655 |
#e34dfc color RGB value is (227,77,252).
#e34dfc hex color red value is 227, green value is 77 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e34dfc hue: 0.81 , saturation: 0.97 and the lightness value of e34dfc is 0.65.
The process color (four color CMYK) of #e34dfc color hex is 0.10, 0.69, 0.00, 0.01. Web safe color of #e34dfc is #cc66ff. Color #e34dfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01001101 | 11111100 |
Octal | 343 | 115 | 374 |
Decimal | 227 | 77 | 252 |
Hex | E3 | 4D | FC |
Shades of #e34dfc
Tints of #e34dfc
RGB Percentages of Color #e34dfc
CMYK Percentages of Color #e34dfc
Complementary Color
#e34dfc | #66fc4d |
#e34dfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e34dfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e34dfc Color CSS Codes
.mybgcolor {background-color:#e34dfc; } .myforecolor {color:#e34dfc; } .mybordercolor {border:3px solid #e34dfc; }
#e34dfc Text Font Color
<p style="color:#e34dfc">Text here</p>
This sample text font color is #e34dfc
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.
#e34dfc Background Color
<div style="background-color:#e34dfc">
Div content here</div>
This div background color is #e34dfc
#e34dfc Border Color
<div style="border:3px solid #e34dfc">
Div here</div>
This div border color is #e34dfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,77,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e34dfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e34dfc; -webkit-box-shadow: 1px 1px 3px 2px #e34dfc; box-shadow: 1px 1px 3px 2px #e34dfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,77,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 #e34dfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e34dfc; -webkit-box-shadow: 1px 1px 3px 2px #e34dfc; box-shadow: 1px 1px 3px 2px #e34dfc;">
Div content here</div>
This div box has shadow with color #e34dfc
Comments
No comments written yet.
Please login to write comment.