Color spaces of #d473ca
RGB | 212 | 115 | 202 |
---|---|---|---|
HSL | 0.85 | 0.53 | 0.64 |
HSV | 306° | 46° | 83° |
CMYK | 0.00 | 0.46 | 0.05 0.17 |
XYZ | 43.9428 | 30.5228 | 59.4526 |
Yxy | 30.5228 | 0.3281 | 0.2279 |
Hunter Lab | 55.2474 | 45.2926 | -25.1296 |
CIE-Lab | 62.1027 | 49.9723 | -28.8085 |
#d473ca color RGB value is (212,115,202).
#d473ca hex color red value is 212, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d473ca hue: 0.85 , saturation: 0.53 and the lightness value of d473ca is 0.64.
The process color (four color CMYK) of #d473ca color hex is 0.00, 0.46, 0.05, 0.17. Web safe color of #d473ca is #cc66cc. Color #d473ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01110011 | 11001010 |
Octal | 324 | 163 | 312 |
Decimal | 212 | 115 | 202 |
Hex | D4 | 73 | CA |
Shades of #d473ca
Tints of #d473ca
RGB Percentages of Color #d473ca
CMYK Percentages of Color #d473ca
Complementary Color
#d473ca | #73d47d |
#d473ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d473ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d473ca Color CSS Codes
.mybgcolor {background-color:#d473ca; } .myforecolor {color:#d473ca; } .mybordercolor {border:3px solid #d473ca; }
#d473ca Text Font Color
<p style="color:#d473ca">Text here</p>
This sample text font color is #d473ca
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.
#d473ca Background Color
<div style="background-color:#d473ca">
Div content here</div>
This div background color is #d473ca
#d473ca Border Color
<div style="border:3px solid #d473ca">
Div here</div>
This div border color is #d473ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,115,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d473ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d473ca; -webkit-box-shadow: 1px 1px 3px 2px #d473ca; box-shadow: 1px 1px 3px 2px #d473ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,115,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d473ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d473ca; -webkit-box-shadow: 1px 1px 3px 2px #d473ca; box-shadow: 1px 1px 3px 2px #d473ca;">
Div content here</div>
This div box has shadow with color #d473ca
Comments
No comments written yet.
Please login to write comment.