Color spaces of #e145df
RGB | 225 | 69 | 223 |
---|---|---|---|
HSL | 0.84 | 0.72 | 0.58 |
HSV | 301° | 69° | 88° |
CMYK | 0.00 | 0.69 | 0.01 0.12 |
XYZ | 46.4987 | 25.5915 | 72.3009 |
Yxy | 25.5915 | 0.3220 | 0.1772 |
Hunter Lab | 50.5880 | 75.5417 | -49.3262 |
CIE-Lab | 57.6473 | 76.5319 | -47.5069 |
#e145df color RGB value is (225,69,223).
#e145df hex color red value is 225, green value is 69 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e145df hue: 0.84 , saturation: 0.72 and the lightness value of e145df is 0.58.
The process color (four color CMYK) of #e145df color hex is 0.00, 0.69, 0.01, 0.12. Web safe color of #e145df is #cc33cc. Color #e145df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01000101 | 11011111 |
Octal | 341 | 105 | 337 |
Decimal | 225 | 69 | 223 |
Hex | E1 | 45 | DF |
Shades of #e145df
Tints of #e145df
RGB Percentages of Color #e145df
CMYK Percentages of Color #e145df
Complementary Color
#e145df | #45e147 |
#e145df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e145df Color Preview on White Background
Lorem ipsum dolor sit amet.
#e145df Color CSS Codes
.mybgcolor {background-color:#e145df; } .myforecolor {color:#e145df; } .mybordercolor {border:3px solid #e145df; }
#e145df Text Font Color
<p style="color:#e145df">Text here</p>
This sample text font color is #e145df
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.
#e145df Background Color
<div style="background-color:#e145df">
Div content here</div>
This div background color is #e145df
#e145df Border Color
<div style="border:3px solid #e145df">
Div here</div>
This div border color is #e145df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,69,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e145df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e145df; -webkit-box-shadow: 1px 1px 3px 2px #e145df; box-shadow: 1px 1px 3px 2px #e145df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,69,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e145df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e145df; -webkit-box-shadow: 1px 1px 3px 2px #e145df; box-shadow: 1px 1px 3px 2px #e145df;">
Div content here</div>
This div box has shadow with color #e145df
Comments
No comments written yet.
Please login to write comment.