Color spaces of #e043ec
RGB | 224 | 67 | 236 |
---|---|---|---|
HSL | 0.82 | 0.82 | 0.59 |
HSV | 296° | 72° | 93° |
CMYK | 0.05 | 0.72 | 0.00 0.07 |
XYZ | 47.8879 | 25.9177 | 81.8355 |
Yxy | 25.9177 | 0.3077 | 0.1665 |
Hunter Lab | 50.9094 | 78.8143 | -59.6704 |
CIE-Lab | 57.9588 | 79.0739 | -54.3252 |
#e043ec color RGB value is (224,67,236).
#e043ec hex color red value is 224, green value is 67 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e043ec hue: 0.82 , saturation: 0.82 and the lightness value of e043ec is 0.59.
The process color (four color CMYK) of #e043ec color hex is 0.05, 0.72, 0.00, 0.07. Web safe color of #e043ec is #cc33ff. Color #e043ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01000011 | 11101100 |
Octal | 340 | 103 | 354 |
Decimal | 224 | 67 | 236 |
Hex | E0 | 43 | EC |
Shades of #e043ec
Tints of #e043ec
RGB Percentages of Color #e043ec
CMYK Percentages of Color #e043ec
Complementary Color
#e043ec | #4fec43 |
#e043ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e043ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#e043ec Color CSS Codes
.mybgcolor {background-color:#e043ec; } .myforecolor {color:#e043ec; } .mybordercolor {border:3px solid #e043ec; }
#e043ec Text Font Color
<p style="color:#e043ec">Text here</p>
This sample text font color is #e043ec
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.
#e043ec Background Color
<div style="background-color:#e043ec">
Div content here</div>
This div background color is #e043ec
#e043ec Border Color
<div style="border:3px solid #e043ec">
Div here</div>
This div border color is #e043ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,67,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e043ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e043ec; -webkit-box-shadow: 1px 1px 3px 2px #e043ec; box-shadow: 1px 1px 3px 2px #e043ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,67,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 #e043ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e043ec; -webkit-box-shadow: 1px 1px 3px 2px #e043ec; box-shadow: 1px 1px 3px 2px #e043ec;">
Div content here</div>
This div box has shadow with color #e043ec
Comments
No comments written yet.
Please login to write comment.