Color spaces of #ed69ce
RGB | 237 | 105 | 206 |
---|---|---|---|
HSL | 0.87 | 0.79 | 0.67 |
HSV | 314° | 56° | 93° |
CMYK | 0.00 | 0.56 | 0.13 0.07 |
XYZ | 51.1172 | 32.5639 | 61.9838 |
Yxy | 32.5639 | 0.3509 | 0.2236 |
Hunter Lab | 57.0648 | 60.0324 | -24.4555 |
CIE-Lab | 63.8062 | 62.6190 | -28.1591 |
#ed69ce color RGB value is (237,105,206).
#ed69ce hex color red value is 237, green value is 105 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ed69ce hue: 0.87 , saturation: 0.79 and the lightness value of ed69ce is 0.67.
The process color (four color CMYK) of #ed69ce color hex is 0.00, 0.56, 0.13, 0.07. Web safe color of #ed69ce is #ff66cc. Color #ed69ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01101001 | 11001110 |
Octal | 355 | 151 | 316 |
Decimal | 237 | 105 | 206 |
Hex | ED | 69 | CE |
Shades of #ed69ce
Tints of #ed69ce
RGB Percentages of Color #ed69ce
CMYK Percentages of Color #ed69ce
Complementary Color
#ed69ce | #69ed88 |
#ed69ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed69ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed69ce Color CSS Codes
.mybgcolor {background-color:#ed69ce; } .myforecolor {color:#ed69ce; } .mybordercolor {border:3px solid #ed69ce; }
#ed69ce Text Font Color
<p style="color:#ed69ce">Text here</p>
This sample text font color is #ed69ce
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.
#ed69ce Background Color
<div style="background-color:#ed69ce">
Div content here</div>
This div background color is #ed69ce
#ed69ce Border Color
<div style="border:3px solid #ed69ce">
Div here</div>
This div border color is #ed69ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,105,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed69ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed69ce; -webkit-box-shadow: 1px 1px 3px 2px #ed69ce; box-shadow: 1px 1px 3px 2px #ed69ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,105,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed69ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed69ce; -webkit-box-shadow: 1px 1px 3px 2px #ed69ce; box-shadow: 1px 1px 3px 2px #ed69ce;">
Div content here</div>
This div box has shadow with color #ed69ce
Comments
No comments written yet.
Please login to write comment.