Color spaces of #e506cf
RGB | 229 | 6 | 207 |
---|---|---|---|
HSL | 0.85 | 0.95 | 0.46 |
HSV | 306° | 97° | 90° |
CMYK | 0.00 | 0.97 | 0.10 0.10 |
XYZ | 43.6407 | 21.2933 | 60.8414 |
Yxy | 21.2933 | 0.3470 | 0.1693 |
Hunter Lab | 46.1447 | 88.0608 | -45.8722 |
CIE-Lab | 53.2690 | 87.1605 | -45.3021 |
#e506cf color RGB value is (229,6,207).
#e506cf hex color red value is 229, green value is 6 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e506cf hue: 0.85 , saturation: 0.95 and the lightness value of e506cf is 0.46.
The process color (four color CMYK) of #e506cf color hex is 0.00, 0.97, 0.10, 0.10. Web safe color of #e506cf is #cc00cc. Color #e506cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00000110 | 11001111 |
Octal | 345 | 6 | 317 |
Decimal | 229 | 6 | 207 |
Hex | E5 | 6 | CF |
Shades of #e506cf
Tints of #e506cf
RGB Percentages of Color #e506cf
CMYK Percentages of Color #e506cf
Complementary Color
#e506cf | #06e51c |
#e506cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e506cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e506cf Color CSS Codes
.mybgcolor {background-color:#e506cf; } .myforecolor {color:#e506cf; } .mybordercolor {border:3px solid #e506cf; }
#e506cf Text Font Color
<p style="color:#e506cf">Text here</p>
This sample text font color is #e506cf
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.
#e506cf Background Color
<div style="background-color:#e506cf">
Div content here</div>
This div background color is #e506cf
#e506cf Border Color
<div style="border:3px solid #e506cf">
Div here</div>
This div border color is #e506cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,6,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e506cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e506cf; -webkit-box-shadow: 1px 1px 3px 2px #e506cf; box-shadow: 1px 1px 3px 2px #e506cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,6,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 #e506cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e506cf; -webkit-box-shadow: 1px 1px 3px 2px #e506cf; box-shadow: 1px 1px 3px 2px #e506cf;">
Div content here</div>
This div box has shadow with color #e506cf
Comments
No comments written yet.
Please login to write comment.