Color spaces of #e929cd
RGB | 233 | 41 | 205 |
---|---|---|---|
HSL | 0.86 | 0.81 | 0.54 |
HSV | 309° | 82° | 91° |
CMYK | 0.00 | 0.82 | 0.12 0.09 |
XYZ | 45.4167 | 23.3173 | 59.8646 |
Yxy | 23.3173 | 0.3532 | 0.1813 |
Hunter Lab | 48.2880 | 83.3821 | -39.7026 |
CIE-Lab | 55.3977 | 83.1484 | -40.7456 |
#e929cd color RGB value is (233,41,205).
#e929cd hex color red value is 233, green value is 41 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e929cd hue: 0.86 , saturation: 0.81 and the lightness value of e929cd is 0.54.
The process color (four color CMYK) of #e929cd color hex is 0.00, 0.82, 0.12, 0.09. Web safe color of #e929cd is #ff33cc. Color #e929cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00101001 | 11001101 |
Octal | 351 | 51 | 315 |
Decimal | 233 | 41 | 205 |
Hex | E9 | 29 | CD |
Shades of #e929cd
Tints of #e929cd
RGB Percentages of Color #e929cd
CMYK Percentages of Color #e929cd
Complementary Color
#e929cd | #29e945 |
#e929cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e929cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e929cd Color CSS Codes
.mybgcolor {background-color:#e929cd; } .myforecolor {color:#e929cd; } .mybordercolor {border:3px solid #e929cd; }
#e929cd Text Font Color
<p style="color:#e929cd">Text here</p>
This sample text font color is #e929cd
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.
#e929cd Background Color
<div style="background-color:#e929cd">
Div content here</div>
This div background color is #e929cd
#e929cd Border Color
<div style="border:3px solid #e929cd">
Div here</div>
This div border color is #e929cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,41,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e929cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e929cd; -webkit-box-shadow: 1px 1px 3px 2px #e929cd; box-shadow: 1px 1px 3px 2px #e929cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,41,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 #e929cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e929cd; -webkit-box-shadow: 1px 1px 3px 2px #e929cd; box-shadow: 1px 1px 3px 2px #e929cd;">
Div content here</div>
This div box has shadow with color #e929cd
Comments
No comments written yet.
Please login to write comment.