Color spaces of #d46ffc
RGB | 212 | 111 | 252 |
---|---|---|---|
HSL | 0.79 | 0.96 | 0.71 |
HSV | 283° | 56° | 99° |
CMYK | 0.16 | 0.56 | 0.00 0.01 |
XYZ | 50.4065 | 32.3942 | 95.6915 |
Yxy | 32.3942 | 0.2824 | 0.1815 |
Hunter Lab | 56.9159 | 58.4823 | -59.8419 |
CIE-Lab | 63.6674 | 61.3244 | -54.2155 |
#d46ffc color RGB value is (212,111,252).
#d46ffc hex color red value is 212, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d46ffc hue: 0.79 , saturation: 0.96 and the lightness value of d46ffc is 0.71.
The process color (four color CMYK) of #d46ffc color hex is 0.16, 0.56, 0.00, 0.01. Web safe color of #d46ffc is #cc66ff. Color #d46ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01101111 | 11111100 |
Octal | 324 | 157 | 374 |
Decimal | 212 | 111 | 252 |
Hex | D4 | 6F | FC |
Shades of #d46ffc
Tints of #d46ffc
RGB Percentages of Color #d46ffc
CMYK Percentages of Color #d46ffc
Complementary Color
#d46ffc | #97fc6f |
#d46ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d46ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d46ffc Color CSS Codes
.mybgcolor {background-color:#d46ffc; } .myforecolor {color:#d46ffc; } .mybordercolor {border:3px solid #d46ffc; }
#d46ffc Text Font Color
<p style="color:#d46ffc">Text here</p>
This sample text font color is #d46ffc
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.
#d46ffc Background Color
<div style="background-color:#d46ffc">
Div content here</div>
This div background color is #d46ffc
#d46ffc Border Color
<div style="border:3px solid #d46ffc">
Div here</div>
This div border color is #d46ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,111,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d46ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d46ffc; -webkit-box-shadow: 1px 1px 3px 2px #d46ffc; box-shadow: 1px 1px 3px 2px #d46ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,111,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d46ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d46ffc; -webkit-box-shadow: 1px 1px 3px 2px #d46ffc; box-shadow: 1px 1px 3px 2px #d46ffc;">
Div content here</div>
This div box has shadow with color #d46ffc
Comments
No comments written yet.
Please login to write comment.