Color spaces of #d046ae
RGB | 208 | 70 | 174 |
---|---|---|---|
HSL | 0.87 | 0.59 | 0.55 |
HSV | 315° | 66° | 82° |
CMYK | 0.00 | 0.66 | 0.16 0.18 |
XYZ | 35.8426 | 20.8462 | 42.1790 |
Yxy | 20.8462 | 0.3625 | 0.2108 |
Hunter Lab | 45.6576 | 60.2269 | -22.8124 |
CIE-Lab | 52.7808 | 64.7667 | -27.2073 |
#d046ae color RGB value is (208,70,174).
#d046ae hex color red value is 208, green value is 70 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d046ae hue: 0.87 , saturation: 0.59 and the lightness value of d046ae is 0.55.
The process color (four color CMYK) of #d046ae color hex is 0.00, 0.66, 0.16, 0.18. Web safe color of #d046ae is #cc3399. Color #d046ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01000110 | 10101110 |
Octal | 320 | 106 | 256 |
Decimal | 208 | 70 | 174 |
Hex | D0 | 46 | AE |
Shades of #d046ae
Tints of #d046ae
RGB Percentages of Color #d046ae
CMYK Percentages of Color #d046ae
Complementary Color
#d046ae | #46d068 |
#d046ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d046ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#d046ae Color CSS Codes
.mybgcolor {background-color:#d046ae; } .myforecolor {color:#d046ae; } .mybordercolor {border:3px solid #d046ae; }
#d046ae Text Font Color
<p style="color:#d046ae">Text here</p>
This sample text font color is #d046ae
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.
#d046ae Background Color
<div style="background-color:#d046ae">
Div content here</div>
This div background color is #d046ae
#d046ae Border Color
<div style="border:3px solid #d046ae">
Div here</div>
This div border color is #d046ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,70,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d046ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d046ae; -webkit-box-shadow: 1px 1px 3px 2px #d046ae; box-shadow: 1px 1px 3px 2px #d046ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,70,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d046ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d046ae; -webkit-box-shadow: 1px 1px 3px 2px #d046ae; box-shadow: 1px 1px 3px 2px #d046ae;">
Div content here</div>
This div box has shadow with color #d046ae
Comments
No comments written yet.
Please login to write comment.