Color spaces of #e44acd
RGB | 228 | 74 | 205 |
---|---|---|---|
HSL | 0.86 | 0.74 | 0.59 |
HSV | 309° | 68° | 89° |
CMYK | 0.00 | 0.68 | 0.10 0.11 |
XYZ | 45.4631 | 25.7993 | 60.3412 |
Yxy | 25.7993 | 0.3455 | 0.1960 |
Hunter Lab | 50.7930 | 70.8815 | -34.8804 |
CIE-Lab | 57.8461 | 72.7282 | -36.9579 |
#e44acd color RGB value is (228,74,205).
#e44acd hex color red value is 228, green value is 74 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e44acd hue: 0.86 , saturation: 0.74 and the lightness value of e44acd is 0.59.
The process color (four color CMYK) of #e44acd color hex is 0.00, 0.68, 0.10, 0.11. Web safe color of #e44acd is #cc33cc. Color #e44acd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01001010 | 11001101 |
Octal | 344 | 112 | 315 |
Decimal | 228 | 74 | 205 |
Hex | E4 | 4A | CD |
Shades of #e44acd
Tints of #e44acd
RGB Percentages of Color #e44acd
CMYK Percentages of Color #e44acd
Complementary Color
#e44acd | #4ae461 |
#e44acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e44acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e44acd Color CSS Codes
.mybgcolor {background-color:#e44acd; } .myforecolor {color:#e44acd; } .mybordercolor {border:3px solid #e44acd; }
#e44acd Text Font Color
<p style="color:#e44acd">Text here</p>
This sample text font color is #e44acd
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.
#e44acd Background Color
<div style="background-color:#e44acd">
Div content here</div>
This div background color is #e44acd
#e44acd Border Color
<div style="border:3px solid #e44acd">
Div here</div>
This div border color is #e44acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,74,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e44acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e44acd; -webkit-box-shadow: 1px 1px 3px 2px #e44acd; box-shadow: 1px 1px 3px 2px #e44acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,74,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e44acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e44acd; -webkit-box-shadow: 1px 1px 3px 2px #e44acd; box-shadow: 1px 1px 3px 2px #e44acd;">
Div content here</div>
This div box has shadow with color #e44acd
Comments
No comments written yet.
Please login to write comment.