Color spaces of #d18cab
RGB | 209 | 140 | 171 |
---|---|---|---|
HSL | 0.93 | 0.43 | 0.68 |
HSV | 333° | 33° | 82° |
CMYK | 0.00 | 0.33 | 0.18 0.18 |
XYZ | 43.0233 | 35.2518 | 43.0648 |
Yxy | 35.2518 | 0.3546 | 0.2905 |
Hunter Lab | 59.3732 | 25.4423 | -1.4432 |
CIE-Lab | 65.9442 | 30.6983 | -5.5252 |
#d18cab color RGB value is (209,140,171).
#d18cab hex color red value is 209, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d18cab hue: 0.93 , saturation: 0.43 and the lightness value of d18cab is 0.68.
The process color (four color CMYK) of #d18cab color hex is 0.00, 0.33, 0.18, 0.18. Web safe color of #d18cab is #cc9999. Color #d18cab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10001100 | 10101011 |
Octal | 321 | 214 | 253 |
Decimal | 209 | 140 | 171 |
Hex | D1 | 8C | AB |
Shades of #d18cab
Tints of #d18cab
RGB Percentages of Color #d18cab
CMYK Percentages of Color #d18cab
Complementary Color
#d18cab | #8cd1b2 |
#d18cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d18cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d18cab Color CSS Codes
.mybgcolor {background-color:#d18cab; } .myforecolor {color:#d18cab; } .mybordercolor {border:3px solid #d18cab; }
#d18cab Text Font Color
<p style="color:#d18cab">Text here</p>
This sample text font color is #d18cab
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.
#d18cab Background Color
<div style="background-color:#d18cab">
Div content here</div>
This div background color is #d18cab
#d18cab Border Color
<div style="border:3px solid #d18cab">
Div here</div>
This div border color is #d18cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,140,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d18cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d18cab; -webkit-box-shadow: 1px 1px 3px 2px #d18cab; box-shadow: 1px 1px 3px 2px #d18cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,140,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d18cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d18cab; -webkit-box-shadow: 1px 1px 3px 2px #d18cab; box-shadow: 1px 1px 3px 2px #d18cab;">
Div content here</div>
This div box has shadow with color #d18cab
#d18cab Color Palettes
Comments
No comments written yet.
Please login to write comment.