Color spaces of #da5ace
RGB | 218 | 90 | 206 |
---|---|---|---|
HSL | 0.85 | 0.63 | 0.60 |
HSV | 306° | 59° | 85° |
CMYK | 0.00 | 0.59 | 0.06 0.15 |
XYZ | 43.7102 | 26.6740 | 61.2373 |
Yxy | 26.6740 | 0.3321 | 0.2027 |
Hunter Lab | 51.6469 | 60.6875 | -34.1469 |
CIE-Lab | 58.6714 | 64.0792 | -36.3442 |
#da5ace color RGB value is (218,90,206).
#da5ace hex color red value is 218, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #da5ace hue: 0.85 , saturation: 0.63 and the lightness value of da5ace is 0.60.
The process color (four color CMYK) of #da5ace color hex is 0.00, 0.59, 0.06, 0.15. Web safe color of #da5ace is #cc66cc. Color #da5ace contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01011010 | 11001110 |
Octal | 332 | 132 | 316 |
Decimal | 218 | 90 | 206 |
Hex | DA | 5A | CE |
Shades of #da5ace
Tints of #da5ace
RGB Percentages of Color #da5ace
CMYK Percentages of Color #da5ace
Complementary Color
#da5ace | #5ada66 |
#da5ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da5ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#da5ace Color CSS Codes
.mybgcolor {background-color:#da5ace; } .myforecolor {color:#da5ace; } .mybordercolor {border:3px solid #da5ace; }
#da5ace Text Font Color
<p style="color:#da5ace">Text here</p>
This sample text font color is #da5ace
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.
#da5ace Background Color
<div style="background-color:#da5ace">
Div content here</div>
This div background color is #da5ace
#da5ace Border Color
<div style="border:3px solid #da5ace">
Div here</div>
This div border color is #da5ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,90,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da5ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da5ace; -webkit-box-shadow: 1px 1px 3px 2px #da5ace; box-shadow: 1px 1px 3px 2px #da5ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,90,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 #da5ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da5ace; -webkit-box-shadow: 1px 1px 3px 2px #da5ace; box-shadow: 1px 1px 3px 2px #da5ace;">
Div content here</div>
This div box has shadow with color #da5ace
Comments
No comments written yet.
Please login to write comment.