Color spaces of #d80aaf
RGB | 216 | 10 | 175 |
---|---|---|---|
HSL | 0.87 | 0.91 | 0.44 |
HSV | 312° | 95° | 85° |
CMYK | 0.00 | 0.95 | 0.19 0.15 |
XYZ | 36.1653 | 17.9112 | 42.1085 |
Yxy | 17.9112 | 0.3760 | 0.1862 |
Hunter Lab | 42.3216 | 78.4716 | -29.3663 |
CIE-Lab | 49.3882 | 80.4705 | -32.9752 |
#d80aaf color RGB value is (216,10,175).
#d80aaf hex color red value is 216, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d80aaf hue: 0.87 , saturation: 0.91 and the lightness value of d80aaf is 0.44.
The process color (four color CMYK) of #d80aaf color hex is 0.00, 0.95, 0.19, 0.15. Web safe color of #d80aaf is #cc0099. Color #d80aaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00001010 | 10101111 |
Octal | 330 | 12 | 257 |
Decimal | 216 | 10 | 175 |
Hex | D8 | A | AF |
Shades of #d80aaf
Tints of #d80aaf
RGB Percentages of Color #d80aaf
CMYK Percentages of Color #d80aaf
Complementary Color
#d80aaf | #0ad833 |
#d80aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d80aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d80aaf Color CSS Codes
.mybgcolor {background-color:#d80aaf; } .myforecolor {color:#d80aaf; } .mybordercolor {border:3px solid #d80aaf; }
#d80aaf Text Font Color
<p style="color:#d80aaf">Text here</p>
This sample text font color is #d80aaf
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.
#d80aaf Background Color
<div style="background-color:#d80aaf">
Div content here</div>
This div background color is #d80aaf
#d80aaf Border Color
<div style="border:3px solid #d80aaf">
Div here</div>
This div border color is #d80aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,10,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d80aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d80aaf; -webkit-box-shadow: 1px 1px 3px 2px #d80aaf; box-shadow: 1px 1px 3px 2px #d80aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,10,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 #d80aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d80aaf; -webkit-box-shadow: 1px 1px 3px 2px #d80aaf; box-shadow: 1px 1px 3px 2px #d80aaf;">
Div content here</div>
This div box has shadow with color #d80aaf
Comments
No comments written yet.
Please login to write comment.