Color spaces of #e16acf
RGB | 225 | 106 | 207 |
---|---|---|---|
HSL | 0.86 | 0.66 | 0.65 |
HSV | 309° | 53° | 88° |
CMYK | 0.00 | 0.53 | 0.08 0.12 |
XYZ | 47.4679 | 30.8206 | 62.4786 |
Yxy | 30.8206 | 0.3372 | 0.2189 |
Hunter Lab | 55.5163 | 55.4687 | -27.8641 |
CIE-Lab | 62.3559 | 58.9545 | -31.0996 |
#e16acf color RGB value is (225,106,207).
#e16acf hex color red value is 225, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e16acf hue: 0.86 , saturation: 0.66 and the lightness value of e16acf is 0.65.
The process color (four color CMYK) of #e16acf color hex is 0.00, 0.53, 0.08, 0.12. Web safe color of #e16acf is #cc66cc. Color #e16acf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01101010 | 11001111 |
Octal | 341 | 152 | 317 |
Decimal | 225 | 106 | 207 |
Hex | E1 | 6A | CF |
Shades of #e16acf
Tints of #e16acf
RGB Percentages of Color #e16acf
CMYK Percentages of Color #e16acf
Complementary Color
#e16acf | #6ae17c |
#e16acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e16acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e16acf Color CSS Codes
.mybgcolor {background-color:#e16acf; } .myforecolor {color:#e16acf; } .mybordercolor {border:3px solid #e16acf; }
#e16acf Text Font Color
<p style="color:#e16acf">Text here</p>
This sample text font color is #e16acf
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.
#e16acf Background Color
<div style="background-color:#e16acf">
Div content here</div>
This div background color is #e16acf
#e16acf Border Color
<div style="border:3px solid #e16acf">
Div here</div>
This div border color is #e16acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,106,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e16acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e16acf; -webkit-box-shadow: 1px 1px 3px 2px #e16acf; box-shadow: 1px 1px 3px 2px #e16acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,106,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e16acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e16acf; -webkit-box-shadow: 1px 1px 3px 2px #e16acf; box-shadow: 1px 1px 3px 2px #e16acf;">
Div content here</div>
This div box has shadow with color #e16acf
Comments
No comments written yet.
Please login to write comment.