Color spaces of #d07065
RGB | 208 | 112 | 101 |
---|---|---|---|
HSL | 0.02 | 0.53 | 0.61 |
HSV | 6° | 51° | 82° |
CMYK | 0.00 | 0.46 | 0.51 0.18 |
XYZ | 34.1556 | 25.9378 | 15.5182 |
Yxy | 25.9378 | 0.4517 | 0.3430 |
Hunter Lab | 50.9292 | 30.5848 | 17.5847 |
CIE-Lab | 57.9780 | 36.6062 | 23.0785 |
#d07065 color RGB value is (208,112,101).
#d07065 hex color red value is 208, green value is 112 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d07065 hue: 0.02 , saturation: 0.53 and the lightness value of d07065 is 0.61.
The process color (four color CMYK) of #d07065 color hex is 0.00, 0.46, 0.51, 0.18. Web safe color of #d07065 is #cc6666. Color #d07065 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01110000 | 01100101 |
Octal | 320 | 160 | 145 |
Decimal | 208 | 112 | 101 |
Hex | D0 | 70 | 65 |
Shades of #d07065
Tints of #d07065
RGB Percentages of Color #d07065
CMYK Percentages of Color #d07065
Complementary Color
#d07065 | #65c5d0 |
#d07065 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d07065 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d07065 Color CSS Codes
.mybgcolor {background-color:#d07065; } .myforecolor {color:#d07065; } .mybordercolor {border:3px solid #d07065; }
#d07065 Text Font Color
<p style="color:#d07065">Text here</p>
This sample text font color is #d07065
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.
#d07065 Background Color
<div style="background-color:#d07065">
Div content here</div>
This div background color is #d07065
#d07065 Border Color
<div style="border:3px solid #d07065">
Div here</div>
This div border color is #d07065
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,112,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d07065; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d07065; -webkit-box-shadow: 1px 1px 3px 2px #d07065; box-shadow: 1px 1px 3px 2px #d07065; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,112,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d07065">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d07065; -webkit-box-shadow: 1px 1px 3px 2px #d07065; box-shadow: 1px 1px 3px 2px #d07065;">
Div content here</div>
This div box has shadow with color #d07065
Comments
No comments written yet.
Please login to write comment.