Color spaces of #e75fff
RGB | 231 | 95 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.69 |
HSV | 291° | 63° | 100° |
CMYK | 0.09 | 0.63 | 0.00 0.00 |
XYZ | 55.0972 | 32.3933 | 97.9563 |
Yxy | 32.3933 | 0.2971 | 0.1747 |
Hunter Lab | 56.9151 | 73.1971 | -62.2031 |
CIE-Lab | 63.6666 | 73.5111 | -55.7164 |
#e75fff color RGB value is (231,95,255).
#e75fff hex color red value is 231, green value is 95 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e75fff hue: 0.81 , saturation: 1.00 and the lightness value of e75fff is 0.69.
The process color (four color CMYK) of #e75fff color hex is 0.09, 0.63, 0.00, 0.00. Web safe color of #e75fff is #ff66ff. Color #e75fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01011111 | 11111111 |
Octal | 347 | 137 | 377 |
Decimal | 231 | 95 | 255 |
Hex | E7 | 5F | FF |
Shades of #e75fff
Tints of #e75fff
RGB Percentages of Color #e75fff
CMYK Percentages of Color #e75fff
Complementary Color
#e75fff | #77ff5f |
#e75fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e75fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e75fff Color CSS Codes
.mybgcolor {background-color:#e75fff; } .myforecolor {color:#e75fff; } .mybordercolor {border:3px solid #e75fff; }
#e75fff Text Font Color
<p style="color:#e75fff">Text here</p>
This sample text font color is #e75fff
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.
#e75fff Background Color
<div style="background-color:#e75fff">
Div content here</div>
This div background color is #e75fff
#e75fff Border Color
<div style="border:3px solid #e75fff">
Div here</div>
This div border color is #e75fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,95,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e75fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e75fff; -webkit-box-shadow: 1px 1px 3px 2px #e75fff; box-shadow: 1px 1px 3px 2px #e75fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,95,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 #e75fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e75fff; -webkit-box-shadow: 1px 1px 3px 2px #e75fff; box-shadow: 1px 1px 3px 2px #e75fff;">
Div content here</div>
This div box has shadow with color #e75fff
Comments
No comments written yet.
Please login to write comment.