Color spaces of #ec68cf
RGB | 236 | 104 | 207 |
---|---|---|---|
HSL | 0.87 | 0.78 | 0.67 |
HSV | 313° | 56° | 93° |
CMYK | 0.00 | 0.56 | 0.12 0.07 |
XYZ | 50.8049 | 32.2385 | 62.5764 |
Yxy | 32.2385 | 0.3489 | 0.2214 |
Hunter Lab | 56.7790 | 60.3558 | -25.5986 |
CIE-Lab | 63.5395 | 62.9389 | -29.1455 |
#ec68cf color RGB value is (236,104,207).
#ec68cf hex color red value is 236, green value is 104 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ec68cf hue: 0.87 , saturation: 0.78 and the lightness value of ec68cf is 0.67.
The process color (four color CMYK) of #ec68cf color hex is 0.00, 0.56, 0.12, 0.07. Web safe color of #ec68cf is #ff66cc. Color #ec68cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 01101000 | 11001111 |
Octal | 354 | 150 | 317 |
Decimal | 236 | 104 | 207 |
Hex | EC | 68 | CF |
Shades of #ec68cf
Tints of #ec68cf
RGB Percentages of Color #ec68cf
CMYK Percentages of Color #ec68cf
Complementary Color
#ec68cf | #68ec85 |
#ec68cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec68cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec68cf Color CSS Codes
.mybgcolor {background-color:#ec68cf; } .myforecolor {color:#ec68cf; } .mybordercolor {border:3px solid #ec68cf; }
#ec68cf Text Font Color
<p style="color:#ec68cf">Text here</p>
This sample text font color is #ec68cf
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.
#ec68cf Background Color
<div style="background-color:#ec68cf">
Div content here</div>
This div background color is #ec68cf
#ec68cf Border Color
<div style="border:3px solid #ec68cf">
Div here</div>
This div border color is #ec68cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,104,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec68cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec68cf; -webkit-box-shadow: 1px 1px 3px 2px #ec68cf; box-shadow: 1px 1px 3px 2px #ec68cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,104,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 #ec68cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec68cf; -webkit-box-shadow: 1px 1px 3px 2px #ec68cf; box-shadow: 1px 1px 3px 2px #ec68cf;">
Div content here</div>
This div box has shadow with color #ec68cf
Comments
No comments written yet.
Please login to write comment.