Color spaces of #da97aa
RGB | 218 | 151 | 170 |
---|---|---|---|
HSL | 0.95 | 0.48 | 0.72 |
HSV | 343° | 31° | 85° |
CMYK | 0.00 | 0.31 | 0.22 0.15 |
XYZ | 47.2357 | 39.9409 | 43.2500 |
Yxy | 39.9409 | 0.3622 | 0.3062 |
Hunter Lab | 63.1988 | 22.8155 | 3.6642 |
CIE-Lab | 69.4274 | 27.8259 | 0.2701 |
#da97aa color RGB value is (218,151,170).
#da97aa hex color red value is 218, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da97aa hue: 0.95 , saturation: 0.48 and the lightness value of da97aa is 0.72.
The process color (four color CMYK) of #da97aa color hex is 0.00, 0.31, 0.22, 0.15. Web safe color of #da97aa is #cc9999. Color #da97aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10010111 | 10101010 |
Octal | 332 | 227 | 252 |
Decimal | 218 | 151 | 170 |
Hex | DA | 97 | AA |
Shades of #da97aa
Tints of #da97aa
RGB Percentages of Color #da97aa
CMYK Percentages of Color #da97aa
Complementary Color
#da97aa | #97dac7 |
#da97aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da97aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#da97aa Color CSS Codes
.mybgcolor {background-color:#da97aa; } .myforecolor {color:#da97aa; } .mybordercolor {border:3px solid #da97aa; }
#da97aa Text Font Color
<p style="color:#da97aa">Text here</p>
This sample text font color is #da97aa
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.
#da97aa Background Color
<div style="background-color:#da97aa">
Div content here</div>
This div background color is #da97aa
#da97aa Border Color
<div style="border:3px solid #da97aa">
Div here</div>
This div border color is #da97aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,151,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da97aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da97aa; -webkit-box-shadow: 1px 1px 3px 2px #da97aa; box-shadow: 1px 1px 3px 2px #da97aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,151,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da97aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da97aa; -webkit-box-shadow: 1px 1px 3px 2px #da97aa; box-shadow: 1px 1px 3px 2px #da97aa;">
Div content here</div>
This div box has shadow with color #da97aa
Comments
No comments written yet.
Please login to write comment.