Color spaces of #d1a5bd
RGB | 209 | 165 | 189 |
---|---|---|---|
HSL | 0.91 | 0.32 | 0.73 |
HSV | 327° | 21° | 82° |
CMYK | 0.00 | 0.21 | 0.10 0.18 |
XYZ | 48.9349 | 44.1397 | 54.0848 |
Yxy | 44.1397 | 0.3325 | 0.2999 |
Hunter Lab | 66.4377 | 15.2087 | -1.7597 |
CIE-Lab | 72.3218 | 20.0434 | -6.1137 |
#d1a5bd color RGB value is (209,165,189).
#d1a5bd hex color red value is 209, green value is 165 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d1a5bd hue: 0.91 , saturation: 0.32 and the lightness value of d1a5bd is 0.73.
The process color (four color CMYK) of #d1a5bd color hex is 0.00, 0.21, 0.10, 0.18. Web safe color of #d1a5bd is #cc99cc. Color #d1a5bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10100101 | 10111101 |
Octal | 321 | 245 | 275 |
Decimal | 209 | 165 | 189 |
Hex | D1 | A5 | BD |
Shades of #d1a5bd
Tints of #d1a5bd
RGB Percentages of Color #d1a5bd
CMYK Percentages of Color #d1a5bd
Complementary Color
#d1a5bd | #a5d1b9 |
#d1a5bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1a5bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1a5bd Color CSS Codes
.mybgcolor {background-color:#d1a5bd; } .myforecolor {color:#d1a5bd; } .mybordercolor {border:3px solid #d1a5bd; }
#d1a5bd Text Font Color
<p style="color:#d1a5bd">Text here</p>
This sample text font color is #d1a5bd
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.
#d1a5bd Background Color
<div style="background-color:#d1a5bd">
Div content here</div>
This div background color is #d1a5bd
#d1a5bd Border Color
<div style="border:3px solid #d1a5bd">
Div here</div>
This div border color is #d1a5bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,165,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1a5bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1a5bd; -webkit-box-shadow: 1px 1px 3px 2px #d1a5bd; box-shadow: 1px 1px 3px 2px #d1a5bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,165,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1a5bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1a5bd; -webkit-box-shadow: 1px 1px 3px 2px #d1a5bd; box-shadow: 1px 1px 3px 2px #d1a5bd;">
Div content here</div>
This div box has shadow with color #d1a5bd
Comments
No comments written yet.
Please login to write comment.