Color spaces of #e751ff
RGB | 231 | 81 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.66 |
HSV | 292° | 68° | 100° |
CMYK | 0.09 | 0.68 | 0.00 0.00 |
XYZ | 53.9474 | 30.0938 | 97.5731 |
Yxy | 30.0938 | 0.2970 | 0.1657 |
Hunter Lab | 54.8578 | 79.5364 | -67.0560 |
CIE-Lab | 61.7351 | 78.9163 | -58.7946 |
#e751ff color RGB value is (231,81,255).
#e751ff hex color red value is 231, green value is 81 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e751ff hue: 0.81 , saturation: 1.00 and the lightness value of e751ff is 0.66.
The process color (four color CMYK) of #e751ff color hex is 0.09, 0.68, 0.00, 0.00. Web safe color of #e751ff is #ff66ff. Color #e751ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01010001 | 11111111 |
Octal | 347 | 121 | 377 |
Decimal | 231 | 81 | 255 |
Hex | E7 | 51 | FF |
Shades of #e751ff
Tints of #e751ff
RGB Percentages of Color #e751ff
CMYK Percentages of Color #e751ff
Complementary Color
#e751ff | #69ff51 |
#e751ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e751ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e751ff Color CSS Codes
.mybgcolor {background-color:#e751ff; } .myforecolor {color:#e751ff; } .mybordercolor {border:3px solid #e751ff; }
#e751ff Text Font Color
<p style="color:#e751ff">Text here</p>
This sample text font color is #e751ff
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.
#e751ff Background Color
<div style="background-color:#e751ff">
Div content here</div>
This div background color is #e751ff
#e751ff Border Color
<div style="border:3px solid #e751ff">
Div here</div>
This div border color is #e751ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,81,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e751ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e751ff; -webkit-box-shadow: 1px 1px 3px 2px #e751ff; box-shadow: 1px 1px 3px 2px #e751ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,81,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 #e751ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e751ff; -webkit-box-shadow: 1px 1px 3px 2px #e751ff; box-shadow: 1px 1px 3px 2px #e751ff;">
Div content here</div>
This div box has shadow with color #e751ff
Comments
No comments written yet.
Please login to write comment.