Color spaces of #e482cd
RGB | 228 | 130 | 205 |
---|---|---|---|
HSL | 0.87 | 0.64 | 0.70 |
HSV | 314° | 43° | 89° |
CMYK | 0.00 | 0.43 | 0.10 0.11 |
XYZ | 50.9970 | 36.8670 | 62.1858 |
Yxy | 36.8670 | 0.3399 | 0.2457 |
Hunter Lab | 60.7182 | 43.6647 | -18.2203 |
CIE-Lab | 67.1771 | 47.7703 | -22.5271 |
#e482cd color RGB value is (228,130,205).
#e482cd hex color red value is 228, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e482cd hue: 0.87 , saturation: 0.64 and the lightness value of e482cd is 0.70.
The process color (four color CMYK) of #e482cd color hex is 0.00, 0.43, 0.10, 0.11. Web safe color of #e482cd is #cc99cc. Color #e482cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10000010 | 11001101 |
Octal | 344 | 202 | 315 |
Decimal | 228 | 130 | 205 |
Hex | E4 | 82 | CD |
Shades of #e482cd
Tints of #e482cd
RGB Percentages of Color #e482cd
CMYK Percentages of Color #e482cd
Complementary Color
#e482cd | #82e499 |
#e482cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e482cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e482cd Color CSS Codes
.mybgcolor {background-color:#e482cd; } .myforecolor {color:#e482cd; } .mybordercolor {border:3px solid #e482cd; }
#e482cd Text Font Color
<p style="color:#e482cd">Text here</p>
This sample text font color is #e482cd
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.
#e482cd Background Color
<div style="background-color:#e482cd">
Div content here</div>
This div background color is #e482cd
#e482cd Border Color
<div style="border:3px solid #e482cd">
Div here</div>
This div border color is #e482cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,130,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e482cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e482cd; -webkit-box-shadow: 1px 1px 3px 2px #e482cd; box-shadow: 1px 1px 3px 2px #e482cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,130,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 #e482cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e482cd; -webkit-box-shadow: 1px 1px 3px 2px #e482cd; box-shadow: 1px 1px 3px 2px #e482cd;">
Div content here</div>
This div box has shadow with color #e482cd
Comments
No comments written yet.
Please login to write comment.