Color spaces of #d456ec
RGB | 212 | 86 | 236 |
---|---|---|---|
HSL | 0.81 | 0.80 | 0.63 |
HSV | 290° | 64° | 93° |
CMYK | 0.10 | 0.64 | 0.00 0.07 |
XYZ | 45.6195 | 26.7088 | 82.1078 |
Yxy | 26.7088 | 0.2954 | 0.1729 |
Hunter Lab | 51.6806 | 67.1247 | -58.0210 |
CIE-Lab | 58.7038 | 69.4788 | -53.2423 |
#d456ec color RGB value is (212,86,236).
#d456ec hex color red value is 212, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d456ec hue: 0.81 , saturation: 0.80 and the lightness value of d456ec is 0.63.
The process color (four color CMYK) of #d456ec color hex is 0.10, 0.64, 0.00, 0.07. Web safe color of #d456ec is #cc66ff. Color #d456ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01010110 | 11101100 |
Octal | 324 | 126 | 354 |
Decimal | 212 | 86 | 236 |
Hex | D4 | 56 | EC |
Shades of #d456ec
Tints of #d456ec
RGB Percentages of Color #d456ec
CMYK Percentages of Color #d456ec
Complementary Color
#d456ec | #6eec56 |
#d456ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d456ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#d456ec Color CSS Codes
.mybgcolor {background-color:#d456ec; } .myforecolor {color:#d456ec; } .mybordercolor {border:3px solid #d456ec; }
#d456ec Text Font Color
<p style="color:#d456ec">Text here</p>
This sample text font color is #d456ec
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.
#d456ec Background Color
<div style="background-color:#d456ec">
Div content here</div>
This div background color is #d456ec
#d456ec Border Color
<div style="border:3px solid #d456ec">
Div here</div>
This div border color is #d456ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,86,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d456ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d456ec; -webkit-box-shadow: 1px 1px 3px 2px #d456ec; box-shadow: 1px 1px 3px 2px #d456ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,86,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d456ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d456ec; -webkit-box-shadow: 1px 1px 3px 2px #d456ec; box-shadow: 1px 1px 3px 2px #d456ec;">
Div content here</div>
This div box has shadow with color #d456ec
Comments
No comments written yet.
Please login to write comment.