Color spaces of #d12aac
RGB | 209 | 42 | 172 |
---|---|---|---|
HSL | 0.87 | 0.67 | 0.49 |
HSV | 313° | 80° | 82° |
CMYK | 0.00 | 0.80 | 0.18 0.18 |
XYZ | 34.5689 | 18.1898 | 40.7187 |
Yxy | 18.1898 | 0.3698 | 0.1946 |
Hunter Lab | 42.6495 | 70.0438 | -26.7512 |
CIE-Lab | 49.7255 | 73.6052 | -30.7726 |
#d12aac color RGB value is (209,42,172).
#d12aac hex color red value is 209, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d12aac hue: 0.87 , saturation: 0.67 and the lightness value of d12aac is 0.49.
The process color (four color CMYK) of #d12aac color hex is 0.00, 0.80, 0.18, 0.18. Web safe color of #d12aac is #cc3399. Color #d12aac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00101010 | 10101100 |
Octal | 321 | 52 | 254 |
Decimal | 209 | 42 | 172 |
Hex | D1 | 2A | AC |
Shades of #d12aac
Tints of #d12aac
RGB Percentages of Color #d12aac
CMYK Percentages of Color #d12aac
Complementary Color
#d12aac | #2ad14f |
#d12aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d12aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d12aac Color CSS Codes
.mybgcolor {background-color:#d12aac; } .myforecolor {color:#d12aac; } .mybordercolor {border:3px solid #d12aac; }
#d12aac Text Font Color
<p style="color:#d12aac">Text here</p>
This sample text font color is #d12aac
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.
#d12aac Background Color
<div style="background-color:#d12aac">
Div content here</div>
This div background color is #d12aac
#d12aac Border Color
<div style="border:3px solid #d12aac">
Div here</div>
This div border color is #d12aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,42,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d12aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d12aac; -webkit-box-shadow: 1px 1px 3px 2px #d12aac; box-shadow: 1px 1px 3px 2px #d12aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,42,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 #d12aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d12aac; -webkit-box-shadow: 1px 1px 3px 2px #d12aac; box-shadow: 1px 1px 3px 2px #d12aac;">
Div content here</div>
This div box has shadow with color #d12aac
Comments
No comments written yet.
Please login to write comment.