Color spaces of #d059af
RGB | 208 | 89 | 175 |
---|---|---|---|
HSL | 0.88 | 0.56 | 0.58 |
HSV | 317° | 57° | 82° |
CMYK | 0.00 | 0.57 | 0.16 0.18 |
XYZ | 37.3227 | 23.6498 | 43.1552 |
Yxy | 23.6498 | 0.3584 | 0.2271 |
Hunter Lab | 48.6311 | 51.8884 | -18.5722 |
CIE-Lab | 55.7354 | 56.9364 | -23.2292 |
#d059af color RGB value is (208,89,175).
#d059af hex color red value is 208, green value is 89 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d059af hue: 0.88 , saturation: 0.56 and the lightness value of d059af is 0.58.
The process color (four color CMYK) of #d059af color hex is 0.00, 0.57, 0.16, 0.18. Web safe color of #d059af is #cc6699. Color #d059af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01011001 | 10101111 |
Octal | 320 | 131 | 257 |
Decimal | 208 | 89 | 175 |
Hex | D0 | 59 | AF |
Shades of #d059af
Tints of #d059af
RGB Percentages of Color #d059af
CMYK Percentages of Color #d059af
Complementary Color
#d059af | #59d07a |
#d059af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d059af Color Preview on White Background
Lorem ipsum dolor sit amet.
#d059af Color CSS Codes
.mybgcolor {background-color:#d059af; } .myforecolor {color:#d059af; } .mybordercolor {border:3px solid #d059af; }
#d059af Text Font Color
<p style="color:#d059af">Text here</p>
This sample text font color is #d059af
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.
#d059af Background Color
<div style="background-color:#d059af">
Div content here</div>
This div background color is #d059af
#d059af Border Color
<div style="border:3px solid #d059af">
Div here</div>
This div border color is #d059af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,89,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d059af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d059af; -webkit-box-shadow: 1px 1px 3px 2px #d059af; box-shadow: 1px 1px 3px 2px #d059af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,89,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d059af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d059af; -webkit-box-shadow: 1px 1px 3px 2px #d059af; box-shadow: 1px 1px 3px 2px #d059af;">
Div content here</div>
This div box has shadow with color #d059af
Comments
No comments written yet.
Please login to write comment.