Color spaces of #e04fbc
RGB | 224 | 79 | 188 |
---|---|---|---|
HSL | 0.87 | 0.70 | 0.59 |
HSV | 315° | 65° | 88° |
CMYK | 0.00 | 0.65 | 0.16 0.12 |
XYZ | 42.6136 | 25.0701 | 50.1700 |
Yxy | 25.0701 | 0.3616 | 0.2127 |
Hunter Lab | 50.0701 | 64.2951 | -24.3593 |
CIE-Lab | 57.1437 | 67.4093 | -28.3652 |
#e04fbc color RGB value is (224,79,188).
#e04fbc hex color red value is 224, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e04fbc hue: 0.87 , saturation: 0.70 and the lightness value of e04fbc is 0.59.
The process color (four color CMYK) of #e04fbc color hex is 0.00, 0.65, 0.16, 0.12. Web safe color of #e04fbc is #cc66cc. Color #e04fbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01001111 | 10111100 |
Octal | 340 | 117 | 274 |
Decimal | 224 | 79 | 188 |
Hex | E0 | 4F | BC |
Shades of #e04fbc
Tints of #e04fbc
RGB Percentages of Color #e04fbc
CMYK Percentages of Color #e04fbc
Complementary Color
#e04fbc | #4fe073 |
#e04fbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e04fbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e04fbc Color CSS Codes
.mybgcolor {background-color:#e04fbc; } .myforecolor {color:#e04fbc; } .mybordercolor {border:3px solid #e04fbc; }
#e04fbc Text Font Color
<p style="color:#e04fbc">Text here</p>
This sample text font color is #e04fbc
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.
#e04fbc Background Color
<div style="background-color:#e04fbc">
Div content here</div>
This div background color is #e04fbc
#e04fbc Border Color
<div style="border:3px solid #e04fbc">
Div here</div>
This div border color is #e04fbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,79,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e04fbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e04fbc; -webkit-box-shadow: 1px 1px 3px 2px #e04fbc; box-shadow: 1px 1px 3px 2px #e04fbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,79,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e04fbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e04fbc; -webkit-box-shadow: 1px 1px 3px 2px #e04fbc; box-shadow: 1px 1px 3px 2px #e04fbc;">
Div content here</div>
This div box has shadow with color #e04fbc
Comments
No comments written yet.
Please login to write comment.