Color spaces of #e42dcf
RGB | 228 | 45 | 207 |
---|---|---|---|
HSL | 0.85 | 0.77 | 0.54 |
HSV | 307° | 80° | 89° |
CMYK | 0.00 | 0.80 | 0.09 0.11 |
XYZ | 44.1958 | 22.8757 | 61.1176 |
Yxy | 22.8757 | 0.3448 | 0.1785 |
Hunter Lab | 47.8285 | 81.2423 | -42.2836 |
CIE-Lab | 54.9441 | 81.5690 | -42.6629 |
#e42dcf color RGB value is (228,45,207).
#e42dcf hex color red value is 228, green value is 45 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e42dcf hue: 0.85 , saturation: 0.77 and the lightness value of e42dcf is 0.54.
The process color (four color CMYK) of #e42dcf color hex is 0.00, 0.80, 0.09, 0.11. Web safe color of #e42dcf is #cc33cc. Color #e42dcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 00101101 | 11001111 |
Octal | 344 | 55 | 317 |
Decimal | 228 | 45 | 207 |
Hex | E4 | 2D | CF |
Shades of #e42dcf
Tints of #e42dcf
RGB Percentages of Color #e42dcf
CMYK Percentages of Color #e42dcf
Complementary Color
#e42dcf | #2de442 |
#e42dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e42dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e42dcf Color CSS Codes
.mybgcolor {background-color:#e42dcf; } .myforecolor {color:#e42dcf; } .mybordercolor {border:3px solid #e42dcf; }
#e42dcf Text Font Color
<p style="color:#e42dcf">Text here</p>
This sample text font color is #e42dcf
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.
#e42dcf Background Color
<div style="background-color:#e42dcf">
Div content here</div>
This div background color is #e42dcf
#e42dcf Border Color
<div style="border:3px solid #e42dcf">
Div here</div>
This div border color is #e42dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,45,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e42dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e42dcf; -webkit-box-shadow: 1px 1px 3px 2px #e42dcf; box-shadow: 1px 1px 3px 2px #e42dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,45,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e42dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e42dcf; -webkit-box-shadow: 1px 1px 3px 2px #e42dcf; box-shadow: 1px 1px 3px 2px #e42dcf;">
Div content here</div>
This div box has shadow with color #e42dcf
Comments
No comments written yet.
Please login to write comment.