Color spaces of #e05fcc
RGB | 224 | 95 | 204 |
---|---|---|---|
HSL | 0.86 | 0.68 | 0.63 |
HSV | 309° | 58° | 88° |
CMYK | 0.00 | 0.58 | 0.09 0.12 |
XYZ | 45.7318 | 28.3913 | 60.1965 |
Yxy | 28.3913 | 0.3405 | 0.2114 |
Hunter Lab | 53.2835 | 59.9557 | -29.6839 |
CIE-Lab | 60.2406 | 63.1756 | -32.6979 |
#e05fcc color RGB value is (224,95,204).
#e05fcc hex color red value is 224, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e05fcc hue: 0.86 , saturation: 0.68 and the lightness value of e05fcc is 0.63.
The process color (four color CMYK) of #e05fcc color hex is 0.00, 0.58, 0.09, 0.12. Web safe color of #e05fcc is #cc66cc. Color #e05fcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01011111 | 11001100 |
Octal | 340 | 137 | 314 |
Decimal | 224 | 95 | 204 |
Hex | E0 | 5F | CC |
Shades of #e05fcc
Tints of #e05fcc
RGB Percentages of Color #e05fcc
CMYK Percentages of Color #e05fcc
Complementary Color
#e05fcc | #5fe073 |
#e05fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e05fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e05fcc Color CSS Codes
.mybgcolor {background-color:#e05fcc; } .myforecolor {color:#e05fcc; } .mybordercolor {border:3px solid #e05fcc; }
#e05fcc Text Font Color
<p style="color:#e05fcc">Text here</p>
This sample text font color is #e05fcc
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.
#e05fcc Background Color
<div style="background-color:#e05fcc">
Div content here</div>
This div background color is #e05fcc
#e05fcc Border Color
<div style="border:3px solid #e05fcc">
Div here</div>
This div border color is #e05fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,95,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e05fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e05fcc; -webkit-box-shadow: 1px 1px 3px 2px #e05fcc; box-shadow: 1px 1px 3px 2px #e05fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,95,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e05fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e05fcc; -webkit-box-shadow: 1px 1px 3px 2px #e05fcc; box-shadow: 1px 1px 3px 2px #e05fcc;">
Div content here</div>
This div box has shadow with color #e05fcc
Comments
No comments written yet.
Please login to write comment.