Color spaces of #e46ecf
RGB | 228 | 110 | 207 |
---|---|---|---|
HSL | 0.86 | 0.69 | 0.66 |
HSV | 311° | 52° | 89° |
CMYK | 0.00 | 0.52 | 0.09 0.11 |
XYZ | 48.8333 | 32.1508 | 62.6634 |
Yxy | 32.1508 | 0.3400 | 0.2238 |
Hunter Lab | 56.7017 | 54.5020 | -25.8327 |
CIE-Lab | 63.4673 | 57.9316 | -29.3470 |
#e46ecf color RGB value is (228,110,207).
#e46ecf hex color red value is 228, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e46ecf hue: 0.86 , saturation: 0.69 and the lightness value of e46ecf is 0.66.
The process color (four color CMYK) of #e46ecf color hex is 0.00, 0.52, 0.09, 0.11. Web safe color of #e46ecf is #cc66cc. Color #e46ecf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01101110 | 11001111 |
Octal | 344 | 156 | 317 |
Decimal | 228 | 110 | 207 |
Hex | E4 | 6E | CF |
Shades of #e46ecf
Tints of #e46ecf
RGB Percentages of Color #e46ecf
CMYK Percentages of Color #e46ecf
Complementary Color
#e46ecf | #6ee483 |
#e46ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e46ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e46ecf Color CSS Codes
.mybgcolor {background-color:#e46ecf; } .myforecolor {color:#e46ecf; } .mybordercolor {border:3px solid #e46ecf; }
#e46ecf Text Font Color
<p style="color:#e46ecf">Text here</p>
This sample text font color is #e46ecf
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.
#e46ecf Background Color
<div style="background-color:#e46ecf">
Div content here</div>
This div background color is #e46ecf
#e46ecf Border Color
<div style="border:3px solid #e46ecf">
Div here</div>
This div border color is #e46ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,110,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e46ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e46ecf; -webkit-box-shadow: 1px 1px 3px 2px #e46ecf; box-shadow: 1px 1px 3px 2px #e46ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,110,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 #e46ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e46ecf; -webkit-box-shadow: 1px 1px 3px 2px #e46ecf; box-shadow: 1px 1px 3px 2px #e46ecf;">
Div content here</div>
This div box has shadow with color #e46ecf
Comments
No comments written yet.
Please login to write comment.