Color spaces of #d307ac
RGB | 211 | 7 | 172 |
---|---|---|---|
HSL | 0.87 | 0.94 | 0.43 |
HSV | 311° | 97° | 83° |
CMYK | 0.00 | 0.97 | 0.18 0.17 |
XYZ | 34.3863 | 16.9794 | 40.4947 |
Yxy | 16.9794 | 0.3743 | 0.1848 |
Hunter Lab | 41.2061 | 76.8469 | -29.4222 |
CIE-Lab | 48.2341 | 79.4043 | -33.0794 |
#d307ac color RGB value is (211,7,172).
#d307ac hex color red value is 211, green value is 7 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d307ac hue: 0.87 , saturation: 0.94 and the lightness value of d307ac is 0.43.
The process color (four color CMYK) of #d307ac color hex is 0.00, 0.97, 0.18, 0.17. Web safe color of #d307ac is #cc0099. Color #d307ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00000111 | 10101100 |
Octal | 323 | 7 | 254 |
Decimal | 211 | 7 | 172 |
Hex | D3 | 7 | AC |
Shades of #d307ac
Tints of #d307ac
RGB Percentages of Color #d307ac
CMYK Percentages of Color #d307ac
Complementary Color
#d307ac | #07d32e |
#d307ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d307ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d307ac Color CSS Codes
.mybgcolor {background-color:#d307ac; } .myforecolor {color:#d307ac; } .mybordercolor {border:3px solid #d307ac; }
#d307ac Text Font Color
<p style="color:#d307ac">Text here</p>
This sample text font color is #d307ac
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.
#d307ac Background Color
<div style="background-color:#d307ac">
Div content here</div>
This div background color is #d307ac
#d307ac Border Color
<div style="border:3px solid #d307ac">
Div here</div>
This div border color is #d307ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,7,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d307ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d307ac; -webkit-box-shadow: 1px 1px 3px 2px #d307ac; box-shadow: 1px 1px 3px 2px #d307ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,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 #d307ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d307ac; -webkit-box-shadow: 1px 1px 3px 2px #d307ac; box-shadow: 1px 1px 3px 2px #d307ac;">
Div content here</div>
This div box has shadow with color #d307ac
Comments
No comments written yet.
Please login to write comment.