Color spaces of #d546aa
RGB | 213 | 70 | 170 |
---|---|---|---|
HSL | 0.88 | 0.63 | 0.55 |
HSV | 318° | 67° | 84° |
CMYK | 0.00 | 0.67 | 0.20 0.16 |
XYZ | 36.8864 | 21.4287 | 40.2222 |
Yxy | 21.4287 | 0.3743 | 0.2175 |
Hunter Lab | 46.2911 | 61.2255 | -19.1131 |
CIE-Lab | 53.4155 | 65.5037 | -23.8225 |
#d546aa color RGB value is (213,70,170).
#d546aa hex color red value is 213, green value is 70 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d546aa hue: 0.88 , saturation: 0.63 and the lightness value of d546aa is 0.55.
The process color (four color CMYK) of #d546aa color hex is 0.00, 0.67, 0.20, 0.16. Web safe color of #d546aa is #cc3399. Color #d546aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01000110 | 10101010 |
Octal | 325 | 106 | 252 |
Decimal | 213 | 70 | 170 |
Hex | D5 | 46 | AA |
Shades of #d546aa
Tints of #d546aa
RGB Percentages of Color #d546aa
CMYK Percentages of Color #d546aa
Complementary Color
#d546aa | #46d571 |
#d546aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d546aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d546aa Color CSS Codes
.mybgcolor {background-color:#d546aa; } .myforecolor {color:#d546aa; } .mybordercolor {border:3px solid #d546aa; }
#d546aa Text Font Color
<p style="color:#d546aa">Text here</p>
This sample text font color is #d546aa
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.
#d546aa Background Color
<div style="background-color:#d546aa">
Div content here</div>
This div background color is #d546aa
#d546aa Border Color
<div style="border:3px solid #d546aa">
Div here</div>
This div border color is #d546aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,70,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d546aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d546aa; -webkit-box-shadow: 1px 1px 3px 2px #d546aa; box-shadow: 1px 1px 3px 2px #d546aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,70,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d546aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d546aa; -webkit-box-shadow: 1px 1px 3px 2px #d546aa; box-shadow: 1px 1px 3px 2px #d546aa;">
Div content here</div>
This div box has shadow with color #d546aa
Comments
No comments written yet.
Please login to write comment.