Color spaces of #e71aff
RGB | 231 | 26 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.55 |
HSV | 294° | 90° | 100° |
CMYK | 0.09 | 0.90 | 0.00 0.00 |
XYZ | 51.3744 | 24.9477 | 96.7154 |
Yxy | 24.9477 | 0.2969 | 0.1442 |
Hunter Lab | 49.9477 | 96.1903 | -79.8419 |
CIE-Lab | 57.0244 | 92.5318 | -66.3497 |
#e71aff color RGB value is (231,26,255).
#e71aff hex color red value is 231, green value is 26 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e71aff hue: 0.82 , saturation: 1.00 and the lightness value of e71aff is 0.55.
The process color (four color CMYK) of #e71aff color hex is 0.09, 0.90, 0.00, 0.00. Web safe color of #e71aff is #ff33ff. Color #e71aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00011010 | 11111111 |
Octal | 347 | 32 | 377 |
Decimal | 231 | 26 | 255 |
Hex | E7 | 1A | FF |
Shades of #e71aff
Tints of #e71aff
RGB Percentages of Color #e71aff
CMYK Percentages of Color #e71aff
Complementary Color
#e71aff | #32ff1a |
#e71aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e71aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e71aff Color CSS Codes
.mybgcolor {background-color:#e71aff; } .myforecolor {color:#e71aff; } .mybordercolor {border:3px solid #e71aff; }
#e71aff Text Font Color
<p style="color:#e71aff">Text here</p>
This sample text font color is #e71aff
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.
#e71aff Background Color
<div style="background-color:#e71aff">
Div content here</div>
This div background color is #e71aff
#e71aff Border Color
<div style="border:3px solid #e71aff">
Div here</div>
This div border color is #e71aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,26,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e71aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e71aff; -webkit-box-shadow: 1px 1px 3px 2px #e71aff; box-shadow: 1px 1px 3px 2px #e71aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,26,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 #e71aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e71aff; -webkit-box-shadow: 1px 1px 3px 2px #e71aff; box-shadow: 1px 1px 3px 2px #e71aff;">
Div content here</div>
This div box has shadow with color #e71aff
Comments
No comments written yet.
Please login to write comment.