Color spaces of #d1abcf
RGB | 209 | 171 | 207 |
---|---|---|---|
HSL | 0.84 | 0.29 | 0.75 |
HSV | 303° | 18° | 82° |
CMYK | 0.00 | 0.18 | 0.01 0.18 |
XYZ | 52.1199 | 47.1861 | 65.3923 |
Yxy | 47.1861 | 0.3165 | 0.2865 |
Hunter Lab | 68.6921 | 15.2250 | -8.3573 |
CIE-Lab | 74.3087 | 19.9914 | -13.0357 |
#d1abcf color RGB value is (209,171,207).
#d1abcf hex color red value is 209, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d1abcf hue: 0.84 , saturation: 0.29 and the lightness value of d1abcf is 0.75.
The process color (four color CMYK) of #d1abcf color hex is 0.00, 0.18, 0.01, 0.18. Web safe color of #d1abcf is #cc99cc. Color #d1abcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10101011 | 11001111 |
Octal | 321 | 253 | 317 |
Decimal | 209 | 171 | 207 |
Hex | D1 | AB | CF |
Shades of #d1abcf
Tints of #d1abcf
RGB Percentages of Color #d1abcf
CMYK Percentages of Color #d1abcf
Complementary Color
#d1abcf | #abd1ad |
#d1abcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1abcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1abcf Color CSS Codes
.mybgcolor {background-color:#d1abcf; } .myforecolor {color:#d1abcf; } .mybordercolor {border:3px solid #d1abcf; }
#d1abcf Text Font Color
<p style="color:#d1abcf">Text here</p>
This sample text font color is #d1abcf
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.
#d1abcf Background Color
<div style="background-color:#d1abcf">
Div content here</div>
This div background color is #d1abcf
#d1abcf Border Color
<div style="border:3px solid #d1abcf">
Div here</div>
This div border color is #d1abcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,171,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1abcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1abcf; -webkit-box-shadow: 1px 1px 3px 2px #d1abcf; box-shadow: 1px 1px 3px 2px #d1abcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,171,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1abcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1abcf; -webkit-box-shadow: 1px 1px 3px 2px #d1abcf; box-shadow: 1px 1px 3px 2px #d1abcf;">
Div content here</div>
This div box has shadow with color #d1abcf
Comments
No comments written yet.
Please login to write comment.