Color spaces of #d073bf
RGB | 208 | 115 | 191 |
---|---|---|---|
HSL | 0.86 | 0.50 | 0.63 |
HSV | 311° | 45° | 82° |
CMYK | 0.00 | 0.45 | 0.08 0.18 |
XYZ | 41.5471 | 29.4330 | 52.7816 |
Yxy | 29.4330 | 0.3357 | 0.2378 |
Hunter Lab | 54.2522 | 41.7565 | -19.7063 |
CIE-Lab | 61.1619 | 46.8698 | -24.0724 |
#d073bf color RGB value is (208,115,191).
#d073bf hex color red value is 208, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d073bf hue: 0.86 , saturation: 0.50 and the lightness value of d073bf is 0.63.
The process color (four color CMYK) of #d073bf color hex is 0.00, 0.45, 0.08, 0.18. Web safe color of #d073bf is #cc66cc. Color #d073bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01110011 | 10111111 |
Octal | 320 | 163 | 277 |
Decimal | 208 | 115 | 191 |
Hex | D0 | 73 | BF |
Shades of #d073bf
Tints of #d073bf
RGB Percentages of Color #d073bf
CMYK Percentages of Color #d073bf
Complementary Color
#d073bf | #73d084 |
#d073bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d073bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d073bf Color CSS Codes
.mybgcolor {background-color:#d073bf; } .myforecolor {color:#d073bf; } .mybordercolor {border:3px solid #d073bf; }
#d073bf Text Font Color
<p style="color:#d073bf">Text here</p>
This sample text font color is #d073bf
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.
#d073bf Background Color
<div style="background-color:#d073bf">
Div content here</div>
This div background color is #d073bf
#d073bf Border Color
<div style="border:3px solid #d073bf">
Div here</div>
This div border color is #d073bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,115,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d073bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d073bf; -webkit-box-shadow: 1px 1px 3px 2px #d073bf; box-shadow: 1px 1px 3px 2px #d073bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,115,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d073bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d073bf; -webkit-box-shadow: 1px 1px 3px 2px #d073bf; box-shadow: 1px 1px 3px 2px #d073bf;">
Div content here</div>
This div box has shadow with color #d073bf
Comments
No comments written yet.
Please login to write comment.