Color spaces of #d507ac
RGB | 213 | 7 | 172 |
---|---|---|---|
HSL | 0.87 | 0.94 | 0.43 |
HSV | 312° | 97° | 84° |
CMYK | 0.00 | 0.97 | 0.19 0.16 |
XYZ | 34.9629 | 17.2766 | 40.5217 |
Yxy | 17.2766 | 0.3769 | 0.1862 |
Hunter Lab | 41.5651 | 77.4080 | -28.7060 |
CIE-Lab | 48.6067 | 79.7786 | -32.4689 |
#d507ac color RGB value is (213,7,172).
#d507ac hex color red value is 213, green value is 7 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d507ac hue: 0.87 , saturation: 0.94 and the lightness value of d507ac is 0.43.
The process color (four color CMYK) of #d507ac color hex is 0.00, 0.97, 0.19, 0.16. Web safe color of #d507ac is #cc0099. Color #d507ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00000111 | 10101100 |
Octal | 325 | 7 | 254 |
Decimal | 213 | 7 | 172 |
Hex | D5 | 7 | AC |
Shades of #d507ac
Tints of #d507ac
RGB Percentages of Color #d507ac
CMYK Percentages of Color #d507ac
Complementary Color
#d507ac | #07d530 |
#d507ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d507ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d507ac Color CSS Codes
.mybgcolor {background-color:#d507ac; } .myforecolor {color:#d507ac; } .mybordercolor {border:3px solid #d507ac; }
#d507ac Text Font Color
<p style="color:#d507ac">Text here</p>
This sample text font color is #d507ac
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.
#d507ac Background Color
<div style="background-color:#d507ac">
Div content here</div>
This div background color is #d507ac
#d507ac Border Color
<div style="border:3px solid #d507ac">
Div here</div>
This div border color is #d507ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,7,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d507ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d507ac; -webkit-box-shadow: 1px 1px 3px 2px #d507ac; box-shadow: 1px 1px 3px 2px #d507ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,7,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d507ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d507ac; -webkit-box-shadow: 1px 1px 3px 2px #d507ac; box-shadow: 1px 1px 3px 2px #d507ac;">
Div content here</div>
This div box has shadow with color #d507ac
Comments
No comments written yet.
Please login to write comment.