Color spaces of #d476af
RGB | 212 | 118 | 175 |
---|---|---|---|
HSL | 0.90 | 0.52 | 0.65 |
HSV | 324° | 44° | 83° |
CMYK | 0.00 | 0.44 | 0.17 0.17 |
XYZ | 41.3677 | 30.0491 | 44.1772 |
Yxy | 30.0491 | 0.3579 | 0.2600 |
Hunter Lab | 54.8171 | 38.7752 | -9.4100 |
CIE-Lab | 61.6966 | 44.0182 | -14.1021 |
#d476af color RGB value is (212,118,175).
#d476af hex color red value is 212, green value is 118 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d476af hue: 0.90 , saturation: 0.52 and the lightness value of d476af is 0.65.
The process color (four color CMYK) of #d476af color hex is 0.00, 0.44, 0.17, 0.17. Web safe color of #d476af is #cc6699. Color #d476af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01110110 | 10101111 |
Octal | 324 | 166 | 257 |
Decimal | 212 | 118 | 175 |
Hex | D4 | 76 | AF |
Shades of #d476af
Tints of #d476af
RGB Percentages of Color #d476af
CMYK Percentages of Color #d476af
Complementary Color
#d476af | #76d49b |
#d476af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d476af Color Preview on White Background
Lorem ipsum dolor sit amet.
#d476af Color CSS Codes
.mybgcolor {background-color:#d476af; } .myforecolor {color:#d476af; } .mybordercolor {border:3px solid #d476af; }
#d476af Text Font Color
<p style="color:#d476af">Text here</p>
This sample text font color is #d476af
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.
#d476af Background Color
<div style="background-color:#d476af">
Div content here</div>
This div background color is #d476af
#d476af Border Color
<div style="border:3px solid #d476af">
Div here</div>
This div border color is #d476af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,118,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d476af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d476af; -webkit-box-shadow: 1px 1px 3px 2px #d476af; box-shadow: 1px 1px 3px 2px #d476af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,118,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d476af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d476af; -webkit-box-shadow: 1px 1px 3px 2px #d476af; box-shadow: 1px 1px 3px 2px #d476af;">
Div content here</div>
This div box has shadow with color #d476af
Comments
No comments written yet.
Please login to write comment.