Color spaces of #e014cf
RGB | 224 | 20 | 207 |
---|---|---|---|
HSL | 0.85 | 0.84 | 0.48 |
HSV | 305° | 91° | 88° |
CMYK | 0.00 | 0.91 | 0.08 0.12 |
XYZ | 42.2531 | 20.8526 | 60.8295 |
Yxy | 20.8526 | 0.3409 | 0.1683 |
Hunter Lab | 45.6646 | 85.2514 | -47.0145 |
CIE-Lab | 52.7878 | 85.1024 | -46.1210 |
#e014cf color RGB value is (224,20,207).
#e014cf hex color red value is 224, green value is 20 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e014cf hue: 0.85 , saturation: 0.84 and the lightness value of e014cf is 0.48.
The process color (four color CMYK) of #e014cf color hex is 0.00, 0.91, 0.08, 0.12. Web safe color of #e014cf is #cc00cc. Color #e014cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00010100 | 11001111 |
Octal | 340 | 24 | 317 |
Decimal | 224 | 20 | 207 |
Hex | E0 | 14 | CF |
Shades of #e014cf
Tints of #e014cf
RGB Percentages of Color #e014cf
CMYK Percentages of Color #e014cf
Complementary Color
#e014cf | #14e025 |
#e014cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e014cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e014cf Color CSS Codes
.mybgcolor {background-color:#e014cf; } .myforecolor {color:#e014cf; } .mybordercolor {border:3px solid #e014cf; }
#e014cf Text Font Color
<p style="color:#e014cf">Text here</p>
This sample text font color is #e014cf
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.
#e014cf Background Color
<div style="background-color:#e014cf">
Div content here</div>
This div background color is #e014cf
#e014cf Border Color
<div style="border:3px solid #e014cf">
Div here</div>
This div border color is #e014cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,20,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e014cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e014cf; -webkit-box-shadow: 1px 1px 3px 2px #e014cf; box-shadow: 1px 1px 3px 2px #e014cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,20,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 #e014cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e014cf; -webkit-box-shadow: 1px 1px 3px 2px #e014cf; box-shadow: 1px 1px 3px 2px #e014cf;">
Div content here</div>
This div box has shadow with color #e014cf
Comments
No comments written yet.
Please login to write comment.