Color spaces of #d98acf
RGB | 217 | 138 | 207 |
---|---|---|---|
HSL | 0.85 | 0.51 | 0.70 |
HSV | 308° | 36° | 85° |
CMYK | 0.00 | 0.36 | 0.05 0.15 |
XYZ | 48.9662 | 37.4337 | 63.6761 |
Yxy | 37.4337 | 0.3263 | 0.2494 |
Hunter Lab | 61.1831 | 35.7872 | -18.8777 |
CIE-Lab | 67.6011 | 40.4763 | -23.1111 |
#d98acf color RGB value is (217,138,207).
#d98acf hex color red value is 217, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d98acf hue: 0.85 , saturation: 0.51 and the lightness value of d98acf is 0.70.
The process color (four color CMYK) of #d98acf color hex is 0.00, 0.36, 0.05, 0.15. Web safe color of #d98acf is #cc99cc. Color #d98acf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10001010 | 11001111 |
Octal | 331 | 212 | 317 |
Decimal | 217 | 138 | 207 |
Hex | D9 | 8A | CF |
Shades of #d98acf
Tints of #d98acf
RGB Percentages of Color #d98acf
CMYK Percentages of Color #d98acf
Complementary Color
#d98acf | #8ad994 |
#d98acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d98acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d98acf Color CSS Codes
.mybgcolor {background-color:#d98acf; } .myforecolor {color:#d98acf; } .mybordercolor {border:3px solid #d98acf; }
#d98acf Text Font Color
<p style="color:#d98acf">Text here</p>
This sample text font color is #d98acf
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.
#d98acf Background Color
<div style="background-color:#d98acf">
Div content here</div>
This div background color is #d98acf
#d98acf Border Color
<div style="border:3px solid #d98acf">
Div here</div>
This div border color is #d98acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,138,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d98acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d98acf; -webkit-box-shadow: 1px 1px 3px 2px #d98acf; box-shadow: 1px 1px 3px 2px #d98acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,138,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 #d98acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d98acf; -webkit-box-shadow: 1px 1px 3px 2px #d98acf; box-shadow: 1px 1px 3px 2px #d98acf;">
Div content here</div>
This div box has shadow with color #d98acf
Comments
No comments written yet.
Please login to write comment.