Color spaces of #e4218c
RGB | 228 | 33 | 140 |
---|---|---|---|
HSL | 0.91 | 0.78 | 0.51 |
HSV | 327° | 86° | 89° |
CMYK | 0.00 | 0.86 | 0.39 0.11 |
XYZ | 37.2724 | 19.4751 | 26.6055 |
Yxy | 19.4751 | 0.4472 | 0.2336 |
Hunter Lab | 44.1306 | 73.5313 | -4.8534 |
CIE-Lab | 51.2385 | 76.1553 | -9.1072 |
#e4218c color RGB value is (228,33,140).
#e4218c hex color red value is 228, green value is 33 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e4218c hue: 0.91 , saturation: 0.78 and the lightness value of e4218c is 0.51.
The process color (four color CMYK) of #e4218c color hex is 0.00, 0.86, 0.39, 0.11. Web safe color of #e4218c is #cc3399. Color #e4218c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 00100001 | 10001100 |
Octal | 344 | 41 | 214 |
Decimal | 228 | 33 | 140 |
Hex | E4 | 21 | 8C |
Shades of #e4218c
Tints of #e4218c
RGB Percentages of Color #e4218c
CMYK Percentages of Color #e4218c
Complementary Color
#e4218c | #21e479 |
#e4218c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4218c Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4218c Color CSS Codes
.mybgcolor {background-color:#e4218c; } .myforecolor {color:#e4218c; } .mybordercolor {border:3px solid #e4218c; }
#e4218c Text Font Color
<p style="color:#e4218c">Text here</p>
This sample text font color is #e4218c
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.
#e4218c Background Color
<div style="background-color:#e4218c">
Div content here</div>
This div background color is #e4218c
#e4218c Border Color
<div style="border:3px solid #e4218c">
Div here</div>
This div border color is #e4218c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,33,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4218c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4218c; -webkit-box-shadow: 1px 1px 3px 2px #e4218c; box-shadow: 1px 1px 3px 2px #e4218c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,33,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e4218c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4218c; -webkit-box-shadow: 1px 1px 3px 2px #e4218c; box-shadow: 1px 1px 3px 2px #e4218c;">
Div content here</div>
This div box has shadow with color #e4218c
Comments
No comments written yet.
Please login to write comment.