Color spaces of #e165df
RGB | 225 | 101 | 223 |
---|---|---|---|
HSL | 0.84 | 0.67 | 0.64 |
HSV | 301° | 55° | 88° |
CMYK | 0.00 | 0.55 | 0.01 0.12 |
XYZ | 49.0243 | 30.6426 | 73.1428 |
Yxy | 30.6426 | 0.3208 | 0.2005 |
Hunter Lab | 55.3558 | 61.2110 | -39.5922 |
CIE-Lab | 62.2048 | 63.8951 | -40.3238 |
#e165df color RGB value is (225,101,223).
#e165df hex color red value is 225, green value is 101 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e165df hue: 0.84 , saturation: 0.67 and the lightness value of e165df is 0.64.
The process color (four color CMYK) of #e165df color hex is 0.00, 0.55, 0.01, 0.12. Web safe color of #e165df is #cc66cc. Color #e165df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01100101 | 11011111 |
Octal | 341 | 145 | 337 |
Decimal | 225 | 101 | 223 |
Hex | E1 | 65 | DF |
Shades of #e165df
Tints of #e165df
RGB Percentages of Color #e165df
CMYK Percentages of Color #e165df
Complementary Color
#e165df | #65e167 |
#e165df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e165df Color Preview on White Background
Lorem ipsum dolor sit amet.
#e165df Color CSS Codes
.mybgcolor {background-color:#e165df; } .myforecolor {color:#e165df; } .mybordercolor {border:3px solid #e165df; }
#e165df Text Font Color
<p style="color:#e165df">Text here</p>
This sample text font color is #e165df
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.
#e165df Background Color
<div style="background-color:#e165df">
Div content here</div>
This div background color is #e165df
#e165df Border Color
<div style="border:3px solid #e165df">
Div here</div>
This div border color is #e165df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,101,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e165df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e165df; -webkit-box-shadow: 1px 1px 3px 2px #e165df; box-shadow: 1px 1px 3px 2px #e165df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,101,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 #e165df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e165df; -webkit-box-shadow: 1px 1px 3px 2px #e165df; box-shadow: 1px 1px 3px 2px #e165df;">
Div content here</div>
This div box has shadow with color #e165df
Comments
No comments written yet.
Please login to write comment.