Color spaces of #e042ff
RGB | 224 | 66 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.63 |
HSV | 290° | 74° | 100° |
CMYK | 0.12 | 0.74 | 0.00 0.00 |
XYZ | 50.7387 | 26.9637 | 97.1380 |
Yxy | 26.9637 | 0.2902 | 0.1542 |
Hunter Lab | 51.9266 | 83.5451 | -74.5640 |
CIE-Lab | 58.9407 | 82.5850 | -63.3254 |
#e042ff color RGB value is (224,66,255).
#e042ff hex color red value is 224, green value is 66 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e042ff hue: 0.81 , saturation: 1.00 and the lightness value of e042ff is 0.63.
The process color (four color CMYK) of #e042ff color hex is 0.12, 0.74, 0.00, 0.00. Web safe color of #e042ff is #cc33ff. Color #e042ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01000010 | 11111111 |
Octal | 340 | 102 | 377 |
Decimal | 224 | 66 | 255 |
Hex | E0 | 42 | FF |
Shades of #e042ff
Tints of #e042ff
RGB Percentages of Color #e042ff
CMYK Percentages of Color #e042ff
Complementary Color
#e042ff | #61ff42 |
#e042ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e042ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e042ff Color CSS Codes
.mybgcolor {background-color:#e042ff; } .myforecolor {color:#e042ff; } .mybordercolor {border:3px solid #e042ff; }
#e042ff Text Font Color
<p style="color:#e042ff">Text here</p>
This sample text font color is #e042ff
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.
#e042ff Background Color
<div style="background-color:#e042ff">
Div content here</div>
This div background color is #e042ff
#e042ff Border Color
<div style="border:3px solid #e042ff">
Div here</div>
This div border color is #e042ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,66,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e042ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e042ff; -webkit-box-shadow: 1px 1px 3px 2px #e042ff; box-shadow: 1px 1px 3px 2px #e042ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,66,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 #e042ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e042ff; -webkit-box-shadow: 1px 1px 3px 2px #e042ff; box-shadow: 1px 1px 3px 2px #e042ff;">
Div content here</div>
This div box has shadow with color #e042ff
Comments
No comments written yet.
Please login to write comment.