Color spaces of #e165af
RGB | 225 | 101 | 175 |
---|---|---|---|
HSL | 0.90 | 0.67 | 0.64 |
HSV | 324° | 55° | 88° |
CMYK | 0.00 | 0.55 | 0.22 0.12 |
XYZ | 43.4429 | 28.4101 | 43.7514 |
Yxy | 28.4101 | 0.3758 | 0.2458 |
Hunter Lab | 53.3011 | 52.2088 | -11.3565 |
CIE-Lab | 60.2574 | 56.4543 | -16.1061 |
#e165af color RGB value is (225,101,175).
#e165af hex color red value is 225, green value is 101 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e165af hue: 0.90 , saturation: 0.67 and the lightness value of e165af is 0.64.
The process color (four color CMYK) of #e165af color hex is 0.00, 0.55, 0.22, 0.12. Web safe color of #e165af is #cc6699. Color #e165af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01100101 | 10101111 |
Octal | 341 | 145 | 257 |
Decimal | 225 | 101 | 175 |
Hex | E1 | 65 | AF |
Shades of #e165af
Tints of #e165af
RGB Percentages of Color #e165af
CMYK Percentages of Color #e165af
Complementary Color
#e165af | #65e197 |
#e165af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e165af Color Preview on White Background
Lorem ipsum dolor sit amet.
#e165af Color CSS Codes
.mybgcolor {background-color:#e165af; } .myforecolor {color:#e165af; } .mybordercolor {border:3px solid #e165af; }
#e165af Text Font Color
<p style="color:#e165af">Text here</p>
This sample text font color is #e165af
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.
#e165af Background Color
<div style="background-color:#e165af">
Div content here</div>
This div background color is #e165af
#e165af Border Color
<div style="border:3px solid #e165af">
Div here</div>
This div border color is #e165af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,101,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e165af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e165af; -webkit-box-shadow: 1px 1px 3px 2px #e165af; box-shadow: 1px 1px 3px 2px #e165af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,101,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e165af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e165af; -webkit-box-shadow: 1px 1px 3px 2px #e165af; box-shadow: 1px 1px 3px 2px #e165af;">
Div content here</div>
This div box has shadow with color #e165af
Comments
No comments written yet.
Please login to write comment.