Color spaces of #e139cd
RGB | 225 | 57 | 205 |
---|---|---|---|
HSL | 0.85 | 0.74 | 0.55 |
HSV | 307° | 75° | 88° |
CMYK | 0.00 | 0.75 | 0.09 0.12 |
XYZ | 43.5339 | 23.3416 | 59.9685 |
Yxy | 23.3416 | 0.3432 | 0.1840 |
Hunter Lab | 48.3131 | 76.2944 | -39.7743 |
CIE-Lab | 55.4225 | 77.5635 | -40.7976 |
#e139cd color RGB value is (225,57,205).
#e139cd hex color red value is 225, green value is 57 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e139cd hue: 0.85 , saturation: 0.74 and the lightness value of e139cd is 0.55.
The process color (four color CMYK) of #e139cd color hex is 0.00, 0.75, 0.09, 0.12. Web safe color of #e139cd is #cc33cc. Color #e139cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00111001 | 11001101 |
Octal | 341 | 71 | 315 |
Decimal | 225 | 57 | 205 |
Hex | E1 | 39 | CD |
Shades of #e139cd
Tints of #e139cd
RGB Percentages of Color #e139cd
CMYK Percentages of Color #e139cd
Complementary Color
#e139cd | #39e14d |
#e139cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e139cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e139cd Color CSS Codes
.mybgcolor {background-color:#e139cd; } .myforecolor {color:#e139cd; } .mybordercolor {border:3px solid #e139cd; }
#e139cd Text Font Color
<p style="color:#e139cd">Text here</p>
This sample text font color is #e139cd
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.
#e139cd Background Color
<div style="background-color:#e139cd">
Div content here</div>
This div background color is #e139cd
#e139cd Border Color
<div style="border:3px solid #e139cd">
Div here</div>
This div border color is #e139cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,57,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e139cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e139cd; -webkit-box-shadow: 1px 1px 3px 2px #e139cd; box-shadow: 1px 1px 3px 2px #e139cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,57,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 #e139cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e139cd; -webkit-box-shadow: 1px 1px 3px 2px #e139cd; box-shadow: 1px 1px 3px 2px #e139cd;">
Div content here</div>
This div box has shadow with color #e139cd
Comments
No comments written yet.
Please login to write comment.