Color spaces of #d179dd
RGB | 209 | 121 | 221 |
---|---|---|---|
HSL | 0.81 | 0.60 | 0.67 |
HSV | 293° | 45° | 87° |
CMYK | 0.05 | 0.45 | 0.00 0.13 |
XYZ | 46.1830 | 32.4505 | 72.2361 |
Yxy | 32.4505 | 0.3061 | 0.2151 |
Hunter Lab | 56.9653 | 45.0244 | -35.3082 |
CIE-Lab | 63.7135 | 49.4907 | -36.9957 |
#d179dd color RGB value is (209,121,221).
#d179dd hex color red value is 209, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d179dd hue: 0.81 , saturation: 0.60 and the lightness value of d179dd is 0.67.
The process color (four color CMYK) of #d179dd color hex is 0.05, 0.45, 0.00, 0.13. Web safe color of #d179dd is #cc66cc. Color #d179dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01111001 | 11011101 |
Octal | 321 | 171 | 335 |
Decimal | 209 | 121 | 221 |
Hex | D1 | 79 | DD |
Shades of #d179dd
Tints of #d179dd
RGB Percentages of Color #d179dd
CMYK Percentages of Color #d179dd
Complementary Color
#d179dd | #85dd79 |
#d179dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d179dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d179dd Color CSS Codes
.mybgcolor {background-color:#d179dd; } .myforecolor {color:#d179dd; } .mybordercolor {border:3px solid #d179dd; }
#d179dd Text Font Color
<p style="color:#d179dd">Text here</p>
This sample text font color is #d179dd
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.
#d179dd Background Color
<div style="background-color:#d179dd">
Div content here</div>
This div background color is #d179dd
#d179dd Border Color
<div style="border:3px solid #d179dd">
Div here</div>
This div border color is #d179dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,121,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d179dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d179dd; -webkit-box-shadow: 1px 1px 3px 2px #d179dd; box-shadow: 1px 1px 3px 2px #d179dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,121,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d179dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d179dd; -webkit-box-shadow: 1px 1px 3px 2px #d179dd; box-shadow: 1px 1px 3px 2px #d179dd;">
Div content here</div>
This div box has shadow with color #d179dd
Comments
No comments written yet.
Please login to write comment.