Color spaces of #d76ffa
RGB | 215 | 111 | 250 |
---|---|---|---|
HSL | 0.79 | 0.93 | 0.71 |
HSV | 285° | 56° | 98° |
CMYK | 0.14 | 0.56 | 0.00 0.02 |
XYZ | 50.9641 | 32.7181 | 94.0716 |
Yxy | 32.7181 | 0.2867 | 0.1841 |
Hunter Lab | 57.1997 | 58.9413 | -57.4695 |
CIE-Lab | 63.9320 | 61.6706 | -52.6721 |
#d76ffa color RGB value is (215,111,250).
#d76ffa hex color red value is 215, green value is 111 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d76ffa hue: 0.79 , saturation: 0.93 and the lightness value of d76ffa is 0.71.
The process color (four color CMYK) of #d76ffa color hex is 0.14, 0.56, 0.00, 0.02. Web safe color of #d76ffa is #cc66ff. Color #d76ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01101111 | 11111010 |
Octal | 327 | 157 | 372 |
Decimal | 215 | 111 | 250 |
Hex | D7 | 6F | FA |
Shades of #d76ffa
Tints of #d76ffa
RGB Percentages of Color #d76ffa
CMYK Percentages of Color #d76ffa
Complementary Color
#d76ffa | #92fa6f |
#d76ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d76ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d76ffa Color CSS Codes
.mybgcolor {background-color:#d76ffa; } .myforecolor {color:#d76ffa; } .mybordercolor {border:3px solid #d76ffa; }
#d76ffa Text Font Color
<p style="color:#d76ffa">Text here</p>
This sample text font color is #d76ffa
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.
#d76ffa Background Color
<div style="background-color:#d76ffa">
Div content here</div>
This div background color is #d76ffa
#d76ffa Border Color
<div style="border:3px solid #d76ffa">
Div here</div>
This div border color is #d76ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,111,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d76ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d76ffa; -webkit-box-shadow: 1px 1px 3px 2px #d76ffa; box-shadow: 1px 1px 3px 2px #d76ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,111,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d76ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d76ffa; -webkit-box-shadow: 1px 1px 3px 2px #d76ffa; box-shadow: 1px 1px 3px 2px #d76ffa;">
Div content here</div>
This div box has shadow with color #d76ffa
Comments
No comments written yet.
Please login to write comment.