Color spaces of #d11dfa
RGB | 209 | 29 | 250 |
---|---|---|---|
HSL | 0.80 | 0.96 | 0.55 |
HSV | 289° | 88° | 98° |
CMYK | 0.16 | 0.88 | 0.00 0.02 |
XYZ | 43.9892 | 21.3362 | 92.2423 |
Yxy | 21.3362 | 0.2792 | 0.1354 |
Hunter Lab | 46.1911 | 89.1565 | -86.0666 |
CIE-Lab | 53.3155 | 87.9842 | -69.7336 |
#d11dfa color RGB value is (209,29,250).
#d11dfa hex color red value is 209, green value is 29 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d11dfa hue: 0.80 , saturation: 0.96 and the lightness value of d11dfa is 0.55.
The process color (four color CMYK) of #d11dfa color hex is 0.16, 0.88, 0.00, 0.02. Web safe color of #d11dfa is #cc33ff. Color #d11dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00011101 | 11111010 |
Octal | 321 | 35 | 372 |
Decimal | 209 | 29 | 250 |
Hex | D1 | 1D | FA |
Shades of #d11dfa
Tints of #d11dfa
RGB Percentages of Color #d11dfa
CMYK Percentages of Color #d11dfa
Complementary Color
#d11dfa | #46fa1d |
#d11dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d11dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d11dfa Color CSS Codes
.mybgcolor {background-color:#d11dfa; } .myforecolor {color:#d11dfa; } .mybordercolor {border:3px solid #d11dfa; }
#d11dfa Text Font Color
<p style="color:#d11dfa">Text here</p>
This sample text font color is #d11dfa
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.
#d11dfa Background Color
<div style="background-color:#d11dfa">
Div content here</div>
This div background color is #d11dfa
#d11dfa Border Color
<div style="border:3px solid #d11dfa">
Div here</div>
This div border color is #d11dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,29,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d11dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d11dfa; -webkit-box-shadow: 1px 1px 3px 2px #d11dfa; box-shadow: 1px 1px 3px 2px #d11dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,29,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d11dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d11dfa; -webkit-box-shadow: 1px 1px 3px 2px #d11dfa; box-shadow: 1px 1px 3px 2px #d11dfa;">
Div content here</div>
This div box has shadow with color #d11dfa
Comments
No comments written yet.
Please login to write comment.