Color spaces of #e556dc
RGB | 229 | 86 | 220 |
---|---|---|---|
HSL | 0.84 | 0.73 | 0.62 |
HSV | 304° | 62° | 90° |
CMYK | 0.00 | 0.62 | 0.04 0.10 |
XYZ | 48.5592 | 28.4809 | 70.6482 |
Yxy | 28.4809 | 0.3288 | 0.1928 |
Hunter Lab | 53.3675 | 69.0244 | -41.1312 |
CIE-Lab | 60.3207 | 70.7438 | -41.5577 |
#e556dc color RGB value is (229,86,220).
#e556dc hex color red value is 229, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e556dc hue: 0.84 , saturation: 0.73 and the lightness value of e556dc is 0.62.
The process color (four color CMYK) of #e556dc color hex is 0.00, 0.62, 0.04, 0.10. Web safe color of #e556dc is #cc66cc. Color #e556dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01010110 | 11011100 |
Octal | 345 | 126 | 334 |
Decimal | 229 | 86 | 220 |
Hex | E5 | 56 | DC |
Shades of #e556dc
Tints of #e556dc
RGB Percentages of Color #e556dc
CMYK Percentages of Color #e556dc
Complementary Color
#e556dc | #56e55f |
#e556dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e556dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e556dc Color CSS Codes
.mybgcolor {background-color:#e556dc; } .myforecolor {color:#e556dc; } .mybordercolor {border:3px solid #e556dc; }
#e556dc Text Font Color
<p style="color:#e556dc">Text here</p>
This sample text font color is #e556dc
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.
#e556dc Background Color
<div style="background-color:#e556dc">
Div content here</div>
This div background color is #e556dc
#e556dc Border Color
<div style="border:3px solid #e556dc">
Div here</div>
This div border color is #e556dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,86,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e556dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e556dc; -webkit-box-shadow: 1px 1px 3px 2px #e556dc; box-shadow: 1px 1px 3px 2px #e556dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,86,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e556dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e556dc; -webkit-box-shadow: 1px 1px 3px 2px #e556dc; box-shadow: 1px 1px 3px 2px #e556dc;">
Div content here</div>
This div box has shadow with color #e556dc
Comments
No comments written yet.
Please login to write comment.