Color spaces of #e246cf
RGB | 226 | 70 | 207 |
---|---|---|---|
HSL | 0.85 | 0.73 | 0.58 |
HSV | 307° | 69° | 89° |
CMYK | 0.00 | 0.69 | 0.08 0.11 |
XYZ | 44.8167 | 25.0541 | 61.5053 |
Yxy | 25.0541 | 0.3411 | 0.1907 |
Hunter Lab | 50.0541 | 72.2282 | -37.8163 |
CIE-Lab | 57.1281 | 73.9607 | -39.2455 |
#e246cf color RGB value is (226,70,207).
#e246cf hex color red value is 226, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e246cf hue: 0.85 , saturation: 0.73 and the lightness value of e246cf is 0.58.
The process color (four color CMYK) of #e246cf color hex is 0.00, 0.69, 0.08, 0.11. Web safe color of #e246cf is #cc33cc. Color #e246cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01000110 | 11001111 |
Octal | 342 | 106 | 317 |
Decimal | 226 | 70 | 207 |
Hex | E2 | 46 | CF |
Shades of #e246cf
Tints of #e246cf
RGB Percentages of Color #e246cf
CMYK Percentages of Color #e246cf
Complementary Color
#e246cf | #46e259 |
#e246cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e246cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e246cf Color CSS Codes
.mybgcolor {background-color:#e246cf; } .myforecolor {color:#e246cf; } .mybordercolor {border:3px solid #e246cf; }
#e246cf Text Font Color
<p style="color:#e246cf">Text here</p>
This sample text font color is #e246cf
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.
#e246cf Background Color
<div style="background-color:#e246cf">
Div content here</div>
This div background color is #e246cf
#e246cf Border Color
<div style="border:3px solid #e246cf">
Div here</div>
This div border color is #e246cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,70,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e246cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e246cf; -webkit-box-shadow: 1px 1px 3px 2px #e246cf; box-shadow: 1px 1px 3px 2px #e246cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,70,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 #e246cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e246cf; -webkit-box-shadow: 1px 1px 3px 2px #e246cf; box-shadow: 1px 1px 3px 2px #e246cf;">
Div content here</div>
This div box has shadow with color #e246cf
Comments
No comments written yet.
Please login to write comment.