Color spaces of #d0697f
RGB | 208 | 105 | 127 |
---|---|---|---|
HSL | 0.96 | 0.52 | 0.61 |
HSV | 347° | 50° | 82° |
CMYK | 0.00 | 0.50 | 0.39 0.18 |
XYZ | 34.8948 | 25.0454 | 23.0738 |
Yxy | 25.0454 | 0.4203 | 0.3017 |
Hunter Lab | 50.0454 | 36.8821 | 7.6957 |
CIE-Lab | 57.1196 | 42.8521 | 6.8299 |
#d0697f color RGB value is (208,105,127).
#d0697f hex color red value is 208, green value is 105 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d0697f hue: 0.96 , saturation: 0.52 and the lightness value of d0697f is 0.61.
The process color (four color CMYK) of #d0697f color hex is 0.00, 0.50, 0.39, 0.18. Web safe color of #d0697f is #cc6666. Color #d0697f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01101001 | 01111111 |
Octal | 320 | 151 | 177 |
Decimal | 208 | 105 | 127 |
Hex | D0 | 69 | 7F |
Shades of #d0697f
Tints of #d0697f
RGB Percentages of Color #d0697f
CMYK Percentages of Color #d0697f
Complementary Color
#d0697f | #69d0ba |
#d0697f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0697f Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0697f Color CSS Codes
.mybgcolor {background-color:#d0697f; } .myforecolor {color:#d0697f; } .mybordercolor {border:3px solid #d0697f; }
#d0697f Text Font Color
<p style="color:#d0697f">Text here</p>
This sample text font color is #d0697f
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.
#d0697f Background Color
<div style="background-color:#d0697f">
Div content here</div>
This div background color is #d0697f
#d0697f Border Color
<div style="border:3px solid #d0697f">
Div here</div>
This div border color is #d0697f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,105,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0697f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0697f; -webkit-box-shadow: 1px 1px 3px 2px #d0697f; box-shadow: 1px 1px 3px 2px #d0697f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,105,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0697f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0697f; -webkit-box-shadow: 1px 1px 3px 2px #d0697f; box-shadow: 1px 1px 3px 2px #d0697f;">
Div content here</div>
This div box has shadow with color #d0697f
Comments
No comments written yet.
Please login to write comment.