Color spaces of #d654ac
RGB | 214 | 84 | 172 |
---|---|---|---|
HSL | 0.89 | 0.61 | 0.58 |
HSV | 319° | 61° | 84° |
CMYK | 0.00 | 0.61 | 0.20 0.16 |
XYZ | 38.3483 | 23.6153 | 41.5668 |
Yxy | 23.6153 | 0.3704 | 0.2281 |
Hunter Lab | 48.5956 | 55.8177 | -16.6975 |
CIE-Lab | 55.7005 | 60.4103 | -21.4644 |
#d654ac color RGB value is (214,84,172).
#d654ac hex color red value is 214, green value is 84 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d654ac hue: 0.89 , saturation: 0.61 and the lightness value of d654ac is 0.58.
The process color (four color CMYK) of #d654ac color hex is 0.00, 0.61, 0.20, 0.16. Web safe color of #d654ac is #cc6699. Color #d654ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01010100 | 10101100 |
Octal | 326 | 124 | 254 |
Decimal | 214 | 84 | 172 |
Hex | D6 | 54 | AC |
Shades of #d654ac
Tints of #d654ac
RGB Percentages of Color #d654ac
CMYK Percentages of Color #d654ac
Complementary Color
#d654ac | #54d67e |
#d654ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d654ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d654ac Color CSS Codes
.mybgcolor {background-color:#d654ac; } .myforecolor {color:#d654ac; } .mybordercolor {border:3px solid #d654ac; }
#d654ac Text Font Color
<p style="color:#d654ac">Text here</p>
This sample text font color is #d654ac
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.
#d654ac Background Color
<div style="background-color:#d654ac">
Div content here</div>
This div background color is #d654ac
#d654ac Border Color
<div style="border:3px solid #d654ac">
Div here</div>
This div border color is #d654ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,84,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d654ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d654ac; -webkit-box-shadow: 1px 1px 3px 2px #d654ac; box-shadow: 1px 1px 3px 2px #d654ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,84,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 #d654ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d654ac; -webkit-box-shadow: 1px 1px 3px 2px #d654ac; box-shadow: 1px 1px 3px 2px #d654ac;">
Div content here</div>
This div box has shadow with color #d654ac
Comments
No comments written yet.
Please login to write comment.