Color spaces of #d190dd
RGB | 209 | 144 | 221 |
---|---|---|---|
HSL | 0.81 | 0.53 | 0.72 |
HSV | 291° | 35° | 87° |
CMYK | 0.05 | 0.35 | 0.00 0.13 |
XYZ | 49.3189 | 38.7223 | 73.2814 |
Yxy | 38.7223 | 0.3057 | 0.2400 |
Hunter Lab | 62.2272 | 32.5745 | -26.2633 |
CIE-Lab | 68.5496 | 37.3481 | -29.4949 |
#d190dd color RGB value is (209,144,221).
#d190dd hex color red value is 209, green value is 144 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d190dd hue: 0.81 , saturation: 0.53 and the lightness value of d190dd is 0.72.
The process color (four color CMYK) of #d190dd color hex is 0.05, 0.35, 0.00, 0.13. Web safe color of #d190dd is #cc99cc. Color #d190dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10010000 | 11011101 |
Octal | 321 | 220 | 335 |
Decimal | 209 | 144 | 221 |
Hex | D1 | 90 | DD |
Shades of #d190dd
Tints of #d190dd
RGB Percentages of Color #d190dd
CMYK Percentages of Color #d190dd
Complementary Color
#d190dd | #9cdd90 |
#d190dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d190dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d190dd Color CSS Codes
.mybgcolor {background-color:#d190dd; } .myforecolor {color:#d190dd; } .mybordercolor {border:3px solid #d190dd; }
#d190dd Text Font Color
<p style="color:#d190dd">Text here</p>
This sample text font color is #d190dd
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.
#d190dd Background Color
<div style="background-color:#d190dd">
Div content here</div>
This div background color is #d190dd
#d190dd Border Color
<div style="border:3px solid #d190dd">
Div here</div>
This div border color is #d190dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,144,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d190dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d190dd; -webkit-box-shadow: 1px 1px 3px 2px #d190dd; box-shadow: 1px 1px 3px 2px #d190dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,144,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 #d190dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d190dd; -webkit-box-shadow: 1px 1px 3px 2px #d190dd; box-shadow: 1px 1px 3px 2px #d190dd;">
Div content here</div>
This div box has shadow with color #d190dd
Comments
No comments written yet.
Please login to write comment.