Color spaces of #d11dbf
RGB | 209 | 29 | 191 |
---|---|---|---|
HSL | 0.85 | 0.76 | 0.47 |
HSV | 306° | 86° | 82° |
CMYK | 0.00 | 0.86 | 0.09 0.18 |
XYZ | 36.1378 | 18.1956 | 50.8976 |
Yxy | 18.1956 | 0.3434 | 0.1729 |
Hunter Lab | 42.6563 | 76.5741 | -40.8856 |
CIE-Lab | 49.7325 | 78.8947 | -41.8862 |
#d11dbf color RGB value is (209,29,191).
#d11dbf hex color red value is 209, green value is 29 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d11dbf hue: 0.85 , saturation: 0.76 and the lightness value of d11dbf is 0.47.
The process color (four color CMYK) of #d11dbf color hex is 0.00, 0.86, 0.09, 0.18. Web safe color of #d11dbf is #cc33cc. Color #d11dbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00011101 | 10111111 |
Octal | 321 | 35 | 277 |
Decimal | 209 | 29 | 191 |
Hex | D1 | 1D | BF |
Shades of #d11dbf
Tints of #d11dbf
RGB Percentages of Color #d11dbf
CMYK Percentages of Color #d11dbf
Complementary Color
#d11dbf | #1dd12f |
#d11dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d11dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d11dbf Color CSS Codes
.mybgcolor {background-color:#d11dbf; } .myforecolor {color:#d11dbf; } .mybordercolor {border:3px solid #d11dbf; }
#d11dbf Text Font Color
<p style="color:#d11dbf">Text here</p>
This sample text font color is #d11dbf
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.
#d11dbf Background Color
<div style="background-color:#d11dbf">
Div content here</div>
This div background color is #d11dbf
#d11dbf Border Color
<div style="border:3px solid #d11dbf">
Div here</div>
This div border color is #d11dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,29,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d11dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d11dbf; -webkit-box-shadow: 1px 1px 3px 2px #d11dbf; box-shadow: 1px 1px 3px 2px #d11dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,29,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d11dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d11dbf; -webkit-box-shadow: 1px 1px 3px 2px #d11dbf; box-shadow: 1px 1px 3px 2px #d11dbf;">
Div content here</div>
This div box has shadow with color #d11dbf
Comments
No comments written yet.
Please login to write comment.