Color spaces of #d146de
RGB | 209 | 70 | 222 |
---|---|---|---|
HSL | 0.82 | 0.70 | 0.57 |
HSV | 295° | 68° | 87° |
CMYK | 0.06 | 0.68 | 0.00 0.13 |
XYZ | 41.6695 | 23.2096 | 71.3909 |
Yxy | 23.2096 | 0.3058 | 0.1703 |
Hunter Lab | 48.1763 | 70.0826 | -54.1364 |
CIE-Lab | 55.2876 | 72.5624 | -50.8402 |
#d146de color RGB value is (209,70,222).
#d146de hex color red value is 209, green value is 70 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d146de hue: 0.82 , saturation: 0.70 and the lightness value of d146de is 0.57.
The process color (four color CMYK) of #d146de color hex is 0.06, 0.68, 0.00, 0.13. Web safe color of #d146de is #cc33cc. Color #d146de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01000110 | 11011110 |
Octal | 321 | 106 | 336 |
Decimal | 209 | 70 | 222 |
Hex | D1 | 46 | DE |
Shades of #d146de
Tints of #d146de
RGB Percentages of Color #d146de
CMYK Percentages of Color #d146de
Complementary Color
#d146de | #53de46 |
#d146de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d146de Color Preview on White Background
Lorem ipsum dolor sit amet.
#d146de Color CSS Codes
.mybgcolor {background-color:#d146de; } .myforecolor {color:#d146de; } .mybordercolor {border:3px solid #d146de; }
#d146de Text Font Color
<p style="color:#d146de">Text here</p>
This sample text font color is #d146de
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.
#d146de Background Color
<div style="background-color:#d146de">
Div content here</div>
This div background color is #d146de
#d146de Border Color
<div style="border:3px solid #d146de">
Div here</div>
This div border color is #d146de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,70,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d146de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d146de; -webkit-box-shadow: 1px 1px 3px 2px #d146de; box-shadow: 1px 1px 3px 2px #d146de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,70,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d146de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d146de; -webkit-box-shadow: 1px 1px 3px 2px #d146de; box-shadow: 1px 1px 3px 2px #d146de;">
Div content here</div>
This div box has shadow with color #d146de
Comments
No comments written yet.
Please login to write comment.