Color spaces of #e72eff
RGB | 231 | 46 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.59 |
HSV | 293° | 82° | 100° |
CMYK | 0.09 | 0.82 | 0.00 0.00 |
XYZ | 51.9820 | 26.1629 | 96.9179 |
Yxy | 26.1629 | 0.2969 | 0.1494 |
Hunter Lab | 51.1497 | 91.8926 | -76.5373 |
CIE-Lab | 58.1914 | 89.1013 | -64.4719 |
#e72eff color RGB value is (231,46,255).
#e72eff hex color red value is 231, green value is 46 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e72eff hue: 0.81 , saturation: 1.00 and the lightness value of e72eff is 0.59.
The process color (four color CMYK) of #e72eff color hex is 0.09, 0.82, 0.00, 0.00. Web safe color of #e72eff is #ff33ff. Color #e72eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00101110 | 11111111 |
Octal | 347 | 56 | 377 |
Decimal | 231 | 46 | 255 |
Hex | E7 | 2E | FF |
Shades of #e72eff
Tints of #e72eff
RGB Percentages of Color #e72eff
CMYK Percentages of Color #e72eff
Complementary Color
#e72eff | #46ff2e |
#e72eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e72eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e72eff Color CSS Codes
.mybgcolor {background-color:#e72eff; } .myforecolor {color:#e72eff; } .mybordercolor {border:3px solid #e72eff; }
#e72eff Text Font Color
<p style="color:#e72eff">Text here</p>
This sample text font color is #e72eff
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.
#e72eff Background Color
<div style="background-color:#e72eff">
Div content here</div>
This div background color is #e72eff
#e72eff Border Color
<div style="border:3px solid #e72eff">
Div here</div>
This div border color is #e72eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,46,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e72eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e72eff; -webkit-box-shadow: 1px 1px 3px 2px #e72eff; box-shadow: 1px 1px 3px 2px #e72eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,46,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e72eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e72eff; -webkit-box-shadow: 1px 1px 3px 2px #e72eff; box-shadow: 1px 1px 3px 2px #e72eff;">
Div content here</div>
This div box has shadow with color #e72eff
Comments
No comments written yet.
Please login to write comment.