Color spaces of #d984ff
RGB | 217 | 132 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.76 |
HSV | 281° | 48° | 100° |
CMYK | 0.15 | 0.48 | 0.00 0.00 |
XYZ | 54.9165 | 38.4742 | 99.1396 |
Yxy | 38.4742 | 0.2852 | 0.1998 |
Hunter Lab | 62.0276 | 49.4878 | -51.3448 |
CIE-Lab | 68.3687 | 52.7874 | -48.3838 |
#d984ff color RGB value is (217,132,255).
#d984ff hex color red value is 217, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d984ff hue: 0.78 , saturation: 1.00 and the lightness value of d984ff is 0.76.
The process color (four color CMYK) of #d984ff color hex is 0.15, 0.48, 0.00, 0.00. Web safe color of #d984ff is #cc99ff. Color #d984ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10000100 | 11111111 |
Octal | 331 | 204 | 377 |
Decimal | 217 | 132 | 255 |
Hex | D9 | 84 | FF |
Shades of #d984ff
Tints of #d984ff
RGB Percentages of Color #d984ff
CMYK Percentages of Color #d984ff
Complementary Color
#d984ff | #aaff84 |
#d984ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d984ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d984ff Color CSS Codes
.mybgcolor {background-color:#d984ff; } .myforecolor {color:#d984ff; } .mybordercolor {border:3px solid #d984ff; }
#d984ff Text Font Color
<p style="color:#d984ff">Text here</p>
This sample text font color is #d984ff
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.
#d984ff Background Color
<div style="background-color:#d984ff">
Div content here</div>
This div background color is #d984ff
#d984ff Border Color
<div style="border:3px solid #d984ff">
Div here</div>
This div border color is #d984ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,132,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d984ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d984ff; -webkit-box-shadow: 1px 1px 3px 2px #d984ff; box-shadow: 1px 1px 3px 2px #d984ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,132,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d984ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d984ff; -webkit-box-shadow: 1px 1px 3px 2px #d984ff; box-shadow: 1px 1px 3px 2px #d984ff;">
Div content here</div>
This div box has shadow with color #d984ff
#d984ff Color Palettes
Comments
No comments written yet.
Please login to write comment.