Color spaces of #d10baf
RGB | 209 | 11 | 175 |
---|---|---|---|
HSL | 0.86 | 0.90 | 0.43 |
HSV | 310° | 95° | 82° |
CMYK | 0.00 | 0.95 | 0.16 0.18 |
XYZ | 34.1520 | 16.8898 | 42.0175 |
Yxy | 16.8898 | 0.3670 | 0.1815 |
Hunter Lab | 41.0972 | 76.4144 | -31.8497 |
CIE-Lab | 48.1209 | 79.0811 | -35.0552 |
#d10baf color RGB value is (209,11,175).
#d10baf hex color red value is 209, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d10baf hue: 0.86 , saturation: 0.90 and the lightness value of d10baf is 0.43.
The process color (four color CMYK) of #d10baf color hex is 0.00, 0.95, 0.16, 0.18. Web safe color of #d10baf is #cc0099. Color #d10baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00001011 | 10101111 |
Octal | 321 | 13 | 257 |
Decimal | 209 | 11 | 175 |
Hex | D1 | B | AF |
Shades of #d10baf
Tints of #d10baf
RGB Percentages of Color #d10baf
CMYK Percentages of Color #d10baf
Complementary Color
#d10baf | #0bd12d |
#d10baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d10baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d10baf Color CSS Codes
.mybgcolor {background-color:#d10baf; } .myforecolor {color:#d10baf; } .mybordercolor {border:3px solid #d10baf; }
#d10baf Text Font Color
<p style="color:#d10baf">Text here</p>
This sample text font color is #d10baf
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.
#d10baf Background Color
<div style="background-color:#d10baf">
Div content here</div>
This div background color is #d10baf
#d10baf Border Color
<div style="border:3px solid #d10baf">
Div here</div>
This div border color is #d10baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,11,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d10baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d10baf; -webkit-box-shadow: 1px 1px 3px 2px #d10baf; box-shadow: 1px 1px 3px 2px #d10baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,11,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 #d10baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d10baf; -webkit-box-shadow: 1px 1px 3px 2px #d10baf; box-shadow: 1px 1px 3px 2px #d10baf;">
Div content here</div>
This div box has shadow with color #d10baf
Comments
No comments written yet.
Please login to write comment.