Color spaces of #d128dd
RGB | 209 | 40 | 221 |
---|---|---|---|
HSL | 0.82 | 0.73 | 0.51 |
HSV | 296° | 82° | 87° |
CMYK | 0.05 | 0.82 | 0.00 0.13 |
XYZ | 40.1044 | 20.2934 | 70.2099 |
Yxy | 20.2934 | 0.3071 | 0.1554 |
Hunter Lab | 45.0482 | 80.0762 | -60.8727 |
CIE-Lab | 52.1673 | 81.1954 | -55.2565 |
#d128dd color RGB value is (209,40,221).
#d128dd hex color red value is 209, green value is 40 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d128dd hue: 0.82 , saturation: 0.73 and the lightness value of d128dd is 0.51.
The process color (four color CMYK) of #d128dd color hex is 0.05, 0.82, 0.00, 0.13. Web safe color of #d128dd is #cc33cc. Color #d128dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00101000 | 11011101 |
Octal | 321 | 50 | 335 |
Decimal | 209 | 40 | 221 |
Hex | D1 | 28 | DD |
Shades of #d128dd
Tints of #d128dd
RGB Percentages of Color #d128dd
CMYK Percentages of Color #d128dd
Complementary Color
#d128dd | #34dd28 |
#d128dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d128dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d128dd Color CSS Codes
.mybgcolor {background-color:#d128dd; } .myforecolor {color:#d128dd; } .mybordercolor {border:3px solid #d128dd; }
#d128dd Text Font Color
<p style="color:#d128dd">Text here</p>
This sample text font color is #d128dd
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.
#d128dd Background Color
<div style="background-color:#d128dd">
Div content here</div>
This div background color is #d128dd
#d128dd Border Color
<div style="border:3px solid #d128dd">
Div here</div>
This div border color is #d128dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,40,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d128dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d128dd; -webkit-box-shadow: 1px 1px 3px 2px #d128dd; box-shadow: 1px 1px 3px 2px #d128dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,40,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 #d128dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d128dd; -webkit-box-shadow: 1px 1px 3px 2px #d128dd; box-shadow: 1px 1px 3px 2px #d128dd;">
Div content here</div>
This div box has shadow with color #d128dd
Comments
No comments written yet.
Please login to write comment.