Color spaces of #d576df
RGB | 213 | 118 | 223 |
---|---|---|---|
HSL | 0.82 | 0.62 | 0.67 |
HSV | 294° | 47° | 87° |
CMYK | 0.04 | 0.47 | 0.00 0.13 |
XYZ | 47.2383 | 32.4307 | 73.5821 |
Yxy | 32.4307 | 0.3082 | 0.2116 |
Hunter Lab | 56.9480 | 48.4067 | -36.7447 |
CIE-Lab | 63.6973 | 52.5321 | -38.1004 |
#d576df color RGB value is (213,118,223).
#d576df hex color red value is 213, green value is 118 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d576df hue: 0.82 , saturation: 0.62 and the lightness value of d576df is 0.67.
The process color (four color CMYK) of #d576df color hex is 0.04, 0.47, 0.00, 0.13. Web safe color of #d576df is #cc66cc. Color #d576df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01110110 | 11011111 |
Octal | 325 | 166 | 337 |
Decimal | 213 | 118 | 223 |
Hex | D5 | 76 | DF |
Shades of #d576df
Tints of #d576df
RGB Percentages of Color #d576df
CMYK Percentages of Color #d576df
Complementary Color
#d576df | #80df76 |
#d576df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d576df Color Preview on White Background
Lorem ipsum dolor sit amet.
#d576df Color CSS Codes
.mybgcolor {background-color:#d576df; } .myforecolor {color:#d576df; } .mybordercolor {border:3px solid #d576df; }
#d576df Text Font Color
<p style="color:#d576df">Text here</p>
This sample text font color is #d576df
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.
#d576df Background Color
<div style="background-color:#d576df">
Div content here</div>
This div background color is #d576df
#d576df Border Color
<div style="border:3px solid #d576df">
Div here</div>
This div border color is #d576df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,118,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d576df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d576df; -webkit-box-shadow: 1px 1px 3px 2px #d576df; box-shadow: 1px 1px 3px 2px #d576df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,118,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d576df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d576df; -webkit-box-shadow: 1px 1px 3px 2px #d576df; box-shadow: 1px 1px 3px 2px #d576df;">
Div content here</div>
This div box has shadow with color #d576df
Comments
No comments written yet.
Please login to write comment.