Color spaces of #e42fb4
RGB | 228 | 47 | 180 |
---|---|---|---|
HSL | 0.88 | 0.77 | 0.54 |
HSV | 316° | 79° | 89° |
CMYK | 0.00 | 0.79 | 0.21 0.11 |
XYZ | 41.2496 | 21.8223 | 45.2180 |
Yxy | 21.8223 | 0.3809 | 0.2015 |
Hunter Lab | 46.7143 | 75.8686 | -24.6908 |
CIE-Lab | 53.8380 | 77.5306 | -28.8052 |
#e42fb4 color RGB value is (228,47,180).
#e42fb4 hex color red value is 228, green value is 47 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #e42fb4 hue: 0.88 , saturation: 0.77 and the lightness value of e42fb4 is 0.54.
The process color (four color CMYK) of #e42fb4 color hex is 0.00, 0.79, 0.21, 0.11. Web safe color of #e42fb4 is #cc33cc. Color #e42fb4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 00101111 | 10110100 |
Octal | 344 | 57 | 264 |
Decimal | 228 | 47 | 180 |
Hex | E4 | 2F | B4 |
Shades of #e42fb4
Tints of #e42fb4
RGB Percentages of Color #e42fb4
CMYK Percentages of Color #e42fb4
Complementary Color
#e42fb4 | #2fe45f |
#e42fb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e42fb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e42fb4 Color CSS Codes
.mybgcolor {background-color:#e42fb4; } .myforecolor {color:#e42fb4; } .mybordercolor {border:3px solid #e42fb4; }
#e42fb4 Text Font Color
<p style="color:#e42fb4">Text here</p>
This sample text font color is #e42fb4
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.
#e42fb4 Background Color
<div style="background-color:#e42fb4">
Div content here</div>
This div background color is #e42fb4
#e42fb4 Border Color
<div style="border:3px solid #e42fb4">
Div here</div>
This div border color is #e42fb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,47,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e42fb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e42fb4; -webkit-box-shadow: 1px 1px 3px 2px #e42fb4; box-shadow: 1px 1px 3px 2px #e42fb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,47,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e42fb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e42fb4; -webkit-box-shadow: 1px 1px 3px 2px #e42fb4; box-shadow: 1px 1px 3px 2px #e42fb4;">
Div content here</div>
This div box has shadow with color #e42fb4
Comments
No comments written yet.
Please login to write comment.