Color spaces of #e547bc
RGB | 229 | 71 | 188 |
---|---|---|---|
HSL | 0.88 | 0.75 | 0.59 |
HSV | 316° | 69° | 90° |
CMYK | 0.00 | 0.69 | 0.18 0.10 |
XYZ | 43.6434 | 24.7953 | 50.0627 |
Yxy | 24.7953 | 0.3683 | 0.2092 |
Hunter Lab | 49.7949 | 69.3077 | -24.7525 |
CIE-Lab | 56.8754 | 71.6236 | -28.7174 |
#e547bc color RGB value is (229,71,188).
#e547bc hex color red value is 229, green value is 71 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e547bc hue: 0.88 , saturation: 0.75 and the lightness value of e547bc is 0.59.
The process color (four color CMYK) of #e547bc color hex is 0.00, 0.69, 0.18, 0.10. Web safe color of #e547bc is #cc33cc. Color #e547bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01000111 | 10111100 |
Octal | 345 | 107 | 274 |
Decimal | 229 | 71 | 188 |
Hex | E5 | 47 | BC |
Shades of #e547bc
Tints of #e547bc
RGB Percentages of Color #e547bc
CMYK Percentages of Color #e547bc
Complementary Color
#e547bc | #47e570 |
#e547bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e547bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e547bc Color CSS Codes
.mybgcolor {background-color:#e547bc; } .myforecolor {color:#e547bc; } .mybordercolor {border:3px solid #e547bc; }
#e547bc Text Font Color
<p style="color:#e547bc">Text here</p>
This sample text font color is #e547bc
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.
#e547bc Background Color
<div style="background-color:#e547bc">
Div content here</div>
This div background color is #e547bc
#e547bc Border Color
<div style="border:3px solid #e547bc">
Div here</div>
This div border color is #e547bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,71,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e547bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e547bc; -webkit-box-shadow: 1px 1px 3px 2px #e547bc; box-shadow: 1px 1px 3px 2px #e547bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,71,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 #e547bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e547bc; -webkit-box-shadow: 1px 1px 3px 2px #e547bc; box-shadow: 1px 1px 3px 2px #e547bc;">
Div content here</div>
This div box has shadow with color #e547bc
Comments
No comments written yet.
Please login to write comment.