Color spaces of #e827cd
RGB | 232 | 39 | 205 |
---|---|---|---|
HSL | 0.86 | 0.81 | 0.53 |
HSV | 308° | 83° | 91° |
CMYK | 0.00 | 0.83 | 0.12 0.09 |
XYZ | 45.0237 | 23.0146 | 59.8269 |
Yxy | 23.0146 | 0.3521 | 0.1800 |
Hunter Lab | 47.9735 | 83.5706 | -40.3580 |
CIE-Lab | 55.0874 | 83.3552 | -41.2462 |
#e827cd color RGB value is (232,39,205).
#e827cd hex color red value is 232, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e827cd hue: 0.86 , saturation: 0.81 and the lightness value of e827cd is 0.53.
The process color (four color CMYK) of #e827cd color hex is 0.00, 0.83, 0.12, 0.09. Web safe color of #e827cd is #ff33cc. Color #e827cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 00100111 | 11001101 |
Octal | 350 | 47 | 315 |
Decimal | 232 | 39 | 205 |
Hex | E8 | 27 | CD |
Shades of #e827cd
Tints of #e827cd
RGB Percentages of Color #e827cd
CMYK Percentages of Color #e827cd
Complementary Color
#e827cd | #27e842 |
#e827cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e827cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e827cd Color CSS Codes
.mybgcolor {background-color:#e827cd; } .myforecolor {color:#e827cd; } .mybordercolor {border:3px solid #e827cd; }
#e827cd Text Font Color
<p style="color:#e827cd">Text here</p>
This sample text font color is #e827cd
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.
#e827cd Background Color
<div style="background-color:#e827cd">
Div content here</div>
This div background color is #e827cd
#e827cd Border Color
<div style="border:3px solid #e827cd">
Div here</div>
This div border color is #e827cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,39,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e827cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e827cd; -webkit-box-shadow: 1px 1px 3px 2px #e827cd; box-shadow: 1px 1px 3px 2px #e827cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,39,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 #e827cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e827cd; -webkit-box-shadow: 1px 1px 3px 2px #e827cd; box-shadow: 1px 1px 3px 2px #e827cd;">
Div content here</div>
This div box has shadow with color #e827cd
Comments
No comments written yet.
Please login to write comment.