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