Color spaces of #d416fb
RGB | 212 | 22 | 251 |
---|---|---|---|
HSL | 0.80 | 0.97 | 0.54 |
HSV | 290° | 91° | 98° |
CMYK | 0.16 | 0.91 | 0.00 0.02 |
XYZ | 44.8509 | 21.5359 | 93.0597 |
Yxy | 21.5359 | 0.2813 | 0.1351 |
Hunter Lab | 46.4068 | 91.3035 | -86.4097 |
CIE-Lab | 53.5311 | 89.5641 | -69.9192 |
#d416fb color RGB value is (212,22,251).
#d416fb hex color red value is 212, green value is 22 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d416fb hue: 0.80 , saturation: 0.97 and the lightness value of d416fb is 0.54.
The process color (four color CMYK) of #d416fb color hex is 0.16, 0.91, 0.00, 0.02. Web safe color of #d416fb is #cc00ff. Color #d416fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00010110 | 11111011 |
Octal | 324 | 26 | 373 |
Decimal | 212 | 22 | 251 |
Hex | D4 | 16 | FB |
Shades of #d416fb
Tints of #d416fb
RGB Percentages of Color #d416fb
CMYK Percentages of Color #d416fb
Complementary Color
#d416fb | #3dfb16 |
#d416fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d416fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d416fb Color CSS Codes
.mybgcolor {background-color:#d416fb; } .myforecolor {color:#d416fb; } .mybordercolor {border:3px solid #d416fb; }
#d416fb Text Font Color
<p style="color:#d416fb">Text here</p>
This sample text font color is #d416fb
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.
#d416fb Background Color
<div style="background-color:#d416fb">
Div content here</div>
This div background color is #d416fb
#d416fb Border Color
<div style="border:3px solid #d416fb">
Div here</div>
This div border color is #d416fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,22,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d416fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d416fb; -webkit-box-shadow: 1px 1px 3px 2px #d416fb; box-shadow: 1px 1px 3px 2px #d416fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,22,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d416fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d416fb; -webkit-box-shadow: 1px 1px 3px 2px #d416fb; box-shadow: 1px 1px 3px 2px #d416fb;">
Div content here</div>
This div box has shadow with color #d416fb
Comments
No comments written yet.
Please login to write comment.