Color spaces of #e400ec
RGB | 228 | 0 | 236 |
---|---|---|---|
HSL | 0.83 | 1.00 | 0.46 |
HSV | 298° | 100° | 93° |
CMYK | 0.03 | 1.00 | 0.00 0.07 |
XYZ | 47.1352 | 22.5501 | 81.2252 |
Yxy | 22.5501 | 0.3123 | 0.1494 |
Hunter Lab | 47.4869 | 94.0757 | -68.1732 |
CIE-Lab | 54.6059 | 91.4308 | -59.6530 |
#e400ec color RGB value is (228,0,236).
#e400ec hex color red value is 228, green value is 0 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e400ec hue: 0.83 , saturation: 1.00 and the lightness value of e400ec is 0.46.
The process color (four color CMYK) of #e400ec color hex is 0.03, 1.00, 0.00, 0.07. Web safe color of #e400ec is #cc00ff. Color #e400ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 00000000 | 11101100 |
Octal | 344 | 0 | 354 |
Decimal | 228 | 0 | 236 |
Hex | E4 | 0 | EC |
Shades of #e400ec
Tints of #e400ec
RGB Percentages of Color #e400ec
CMYK Percentages of Color #e400ec
Complementary Color
#e400ec | #08ec00 |
#e400ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e400ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#e400ec Color CSS Codes
.mybgcolor {background-color:#e400ec; } .myforecolor {color:#e400ec; } .mybordercolor {border:3px solid #e400ec; }
#e400ec Text Font Color
<p style="color:#e400ec">Text here</p>
This sample text font color is #e400ec
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.
#e400ec Background Color
<div style="background-color:#e400ec">
Div content here</div>
This div background color is #e400ec
#e400ec Border Color
<div style="border:3px solid #e400ec">
Div here</div>
This div border color is #e400ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,0,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e400ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e400ec; -webkit-box-shadow: 1px 1px 3px 2px #e400ec; box-shadow: 1px 1px 3px 2px #e400ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,0,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 #e400ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e400ec; -webkit-box-shadow: 1px 1px 3px 2px #e400ec; box-shadow: 1px 1px 3px 2px #e400ec;">
Div content here</div>
This div box has shadow with color #e400ec
Comments
No comments written yet.
Please login to write comment.