Color spaces of #d163aa
RGB | 209 | 99 | 170 |
---|---|---|---|
HSL | 0.89 | 0.54 | 0.60 |
HSV | 321° | 53° | 82° |
CMYK | 0.00 | 0.53 | 0.19 0.18 |
XYZ | 38.0120 | 25.3813 | 40.9258 |
Yxy | 25.3813 | 0.3644 | 0.2433 |
Hunter Lab | 50.3799 | 46.5149 | -12.8980 |
CIE-Lab | 57.4451 | 51.8076 | -17.7069 |
#d163aa color RGB value is (209,99,170).
#d163aa hex color red value is 209, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d163aa hue: 0.89 , saturation: 0.54 and the lightness value of d163aa is 0.60.
The process color (four color CMYK) of #d163aa color hex is 0.00, 0.53, 0.19, 0.18. Web safe color of #d163aa is #cc6699. Color #d163aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01100011 | 10101010 |
Octal | 321 | 143 | 252 |
Decimal | 209 | 99 | 170 |
Hex | D1 | 63 | AA |
Shades of #d163aa
Tints of #d163aa
RGB Percentages of Color #d163aa
CMYK Percentages of Color #d163aa
Complementary Color
#d163aa | #63d18a |
#d163aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d163aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d163aa Color CSS Codes
.mybgcolor {background-color:#d163aa; } .myforecolor {color:#d163aa; } .mybordercolor {border:3px solid #d163aa; }
#d163aa Text Font Color
<p style="color:#d163aa">Text here</p>
This sample text font color is #d163aa
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.
#d163aa Background Color
<div style="background-color:#d163aa">
Div content here</div>
This div background color is #d163aa
#d163aa Border Color
<div style="border:3px solid #d163aa">
Div here</div>
This div border color is #d163aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,99,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d163aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d163aa; -webkit-box-shadow: 1px 1px 3px 2px #d163aa; box-shadow: 1px 1px 3px 2px #d163aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,99,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 #d163aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d163aa; -webkit-box-shadow: 1px 1px 3px 2px #d163aa; box-shadow: 1px 1px 3px 2px #d163aa;">
Div content here</div>
This div box has shadow with color #d163aa
Comments
No comments written yet.
Please login to write comment.