Color spaces of #d193ae
RGB | 209 | 147 | 174 |
---|---|---|---|
HSL | 0.93 | 0.40 | 0.70 |
HSV | 334° | 30° | 82° |
CMYK | 0.00 | 0.30 | 0.17 0.18 |
XYZ | 44.3682 | 37.4787 | 44.9401 |
Yxy | 37.4787 | 0.3499 | 0.2956 |
Hunter Lab | 61.2198 | 22.2306 | -0.6695 |
CIE-Lab | 67.6346 | 27.3714 | -4.7115 |
#d193ae color RGB value is (209,147,174).
#d193ae hex color red value is 209, green value is 147 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d193ae hue: 0.93 , saturation: 0.40 and the lightness value of d193ae is 0.70.
The process color (four color CMYK) of #d193ae color hex is 0.00, 0.30, 0.17, 0.18. Web safe color of #d193ae is #cc9999. Color #d193ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10010011 | 10101110 |
Octal | 321 | 223 | 256 |
Decimal | 209 | 147 | 174 |
Hex | D1 | 93 | AE |
Shades of #d193ae
Tints of #d193ae
RGB Percentages of Color #d193ae
CMYK Percentages of Color #d193ae
Complementary Color
#d193ae | #93d1b6 |
#d193ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d193ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#d193ae Color CSS Codes
.mybgcolor {background-color:#d193ae; } .myforecolor {color:#d193ae; } .mybordercolor {border:3px solid #d193ae; }
#d193ae Text Font Color
<p style="color:#d193ae">Text here</p>
This sample text font color is #d193ae
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.
#d193ae Background Color
<div style="background-color:#d193ae">
Div content here</div>
This div background color is #d193ae
#d193ae Border Color
<div style="border:3px solid #d193ae">
Div here</div>
This div border color is #d193ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,147,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d193ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d193ae; -webkit-box-shadow: 1px 1px 3px 2px #d193ae; box-shadow: 1px 1px 3px 2px #d193ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,147,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 #d193ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d193ae; -webkit-box-shadow: 1px 1px 3px 2px #d193ae; box-shadow: 1px 1px 3px 2px #d193ae;">
Div content here</div>
This div box has shadow with color #d193ae
Comments
No comments written yet.
Please login to write comment.