Color spaces of #e717ec
RGB | 231 | 23 | 236 |
---|---|---|---|
HSL | 0.83 | 0.85 | 0.51 |
HSV | 299° | 90° | 93° |
CMYK | 0.02 | 0.90 | 0.00 0.07 |
XYZ | 48.4017 | 23.6578 | 81.3722 |
Yxy | 23.6578 | 0.3155 | 0.1542 |
Hunter Lab | 48.6393 | 92.5093 | -65.1431 |
CIE-Lab | 55.7435 | 90.0405 | -57.8009 |
#e717ec color RGB value is (231,23,236).
#e717ec hex color red value is 231, green value is 23 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e717ec hue: 0.83 , saturation: 0.85 and the lightness value of e717ec is 0.51.
The process color (four color CMYK) of #e717ec color hex is 0.02, 0.90, 0.00, 0.07. Web safe color of #e717ec is #ff00ff. Color #e717ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00010111 | 11101100 |
Octal | 347 | 27 | 354 |
Decimal | 231 | 23 | 236 |
Hex | E7 | 17 | EC |
Shades of #e717ec
Tints of #e717ec
RGB Percentages of Color #e717ec
CMYK Percentages of Color #e717ec
Complementary Color
#e717ec | #1cec17 |
#e717ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e717ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#e717ec Color CSS Codes
.mybgcolor {background-color:#e717ec; } .myforecolor {color:#e717ec; } .mybordercolor {border:3px solid #e717ec; }
#e717ec Text Font Color
<p style="color:#e717ec">Text here</p>
This sample text font color is #e717ec
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.
#e717ec Background Color
<div style="background-color:#e717ec">
Div content here</div>
This div background color is #e717ec
#e717ec Border Color
<div style="border:3px solid #e717ec">
Div here</div>
This div border color is #e717ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,23,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e717ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e717ec; -webkit-box-shadow: 1px 1px 3px 2px #e717ec; box-shadow: 1px 1px 3px 2px #e717ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,23,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e717ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e717ec; -webkit-box-shadow: 1px 1px 3px 2px #e717ec; box-shadow: 1px 1px 3px 2px #e717ec;">
Div content here</div>
This div box has shadow with color #e717ec
Comments
No comments written yet.
Please login to write comment.