Color spaces of #d146dc
RGB | 209 | 70 | 220 |
---|---|---|---|
HSL | 0.82 | 0.68 | 0.57 |
HSV | 296° | 68° | 86° |
CMYK | 0.05 | 0.68 | 0.00 0.14 |
XYZ | 41.4029 | 23.1029 | 69.9873 |
Yxy | 23.1029 | 0.3078 | 0.1718 |
Hunter Lab | 48.0655 | 69.6427 | -52.6853 |
CIE-Lab | 55.1782 | 72.2222 | -49.8826 |
#d146dc color RGB value is (209,70,220).
#d146dc hex color red value is 209, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d146dc hue: 0.82 , saturation: 0.68 and the lightness value of d146dc is 0.57.
The process color (four color CMYK) of #d146dc color hex is 0.05, 0.68, 0.00, 0.14. Web safe color of #d146dc is #cc33cc. Color #d146dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01000110 | 11011100 |
Octal | 321 | 106 | 334 |
Decimal | 209 | 70 | 220 |
Hex | D1 | 46 | DC |
Shades of #d146dc
Tints of #d146dc
RGB Percentages of Color #d146dc
CMYK Percentages of Color #d146dc
Complementary Color
#d146dc | #51dc46 |
#d146dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d146dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d146dc Color CSS Codes
.mybgcolor {background-color:#d146dc; } .myforecolor {color:#d146dc; } .mybordercolor {border:3px solid #d146dc; }
#d146dc Text Font Color
<p style="color:#d146dc">Text here</p>
This sample text font color is #d146dc
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.
#d146dc Background Color
<div style="background-color:#d146dc">
Div content here</div>
This div background color is #d146dc
#d146dc Border Color
<div style="border:3px solid #d146dc">
Div here</div>
This div border color is #d146dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,70,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d146dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d146dc; -webkit-box-shadow: 1px 1px 3px 2px #d146dc; box-shadow: 1px 1px 3px 2px #d146dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,70,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d146dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d146dc; -webkit-box-shadow: 1px 1px 3px 2px #d146dc; box-shadow: 1px 1px 3px 2px #d146dc;">
Div content here</div>
This div box has shadow with color #d146dc
Comments
No comments written yet.
Please login to write comment.