Color spaces of #e581cd
RGB | 229 | 129 | 205 |
---|---|---|---|
HSL | 0.87 | 0.66 | 0.70 |
HSV | 314° | 44° | 90° |
CMYK | 0.00 | 0.44 | 0.10 0.10 |
XYZ | 51.1828 | 36.7663 | 62.1566 |
Yxy | 36.7663 | 0.3410 | 0.2449 |
Hunter Lab | 60.6352 | 44.5620 | -18.3330 |
CIE-Lab | 67.1013 | 48.5899 | -22.6318 |
#e581cd color RGB value is (229,129,205).
#e581cd hex color red value is 229, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e581cd hue: 0.87 , saturation: 0.66 and the lightness value of e581cd is 0.70.
The process color (four color CMYK) of #e581cd color hex is 0.00, 0.44, 0.10, 0.10. Web safe color of #e581cd is #cc99cc. Color #e581cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10000001 | 11001101 |
Octal | 345 | 201 | 315 |
Decimal | 229 | 129 | 205 |
Hex | E5 | 81 | CD |
Shades of #e581cd
Tints of #e581cd
RGB Percentages of Color #e581cd
CMYK Percentages of Color #e581cd
Complementary Color
#e581cd | #81e599 |
#e581cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e581cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e581cd Color CSS Codes
.mybgcolor {background-color:#e581cd; } .myforecolor {color:#e581cd; } .mybordercolor {border:3px solid #e581cd; }
#e581cd Text Font Color
<p style="color:#e581cd">Text here</p>
This sample text font color is #e581cd
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.
#e581cd Background Color
<div style="background-color:#e581cd">
Div content here</div>
This div background color is #e581cd
#e581cd Border Color
<div style="border:3px solid #e581cd">
Div here</div>
This div border color is #e581cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,129,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e581cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e581cd; -webkit-box-shadow: 1px 1px 3px 2px #e581cd; box-shadow: 1px 1px 3px 2px #e581cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,129,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 #e581cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e581cd; -webkit-box-shadow: 1px 1px 3px 2px #e581cd; box-shadow: 1px 1px 3px 2px #e581cd;">
Div content here</div>
This div box has shadow with color #e581cd
Comments
No comments written yet.
Please login to write comment.