Color spaces of #d48161
RGB | 212 | 129 | 97 |
---|---|---|---|
HSL | 0.05 | 0.57 | 0.61 |
HSV | 17° | 54° | 83° |
CMYK | 0.00 | 0.39 | 0.54 0.17 |
XYZ | 37.1593 | 30.5606 | 15.2495 |
Yxy | 30.5606 | 0.4479 | 0.3683 |
Hunter Lab | 55.2816 | 23.2415 | 22.3419 |
CIE-Lab | 62.1349 | 28.8172 | 30.8522 |
#d48161 color RGB value is (212,129,97).
#d48161 hex color red value is 212, green value is 129 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d48161 hue: 0.05 , saturation: 0.57 and the lightness value of d48161 is 0.61.
The process color (four color CMYK) of #d48161 color hex is 0.00, 0.39, 0.54, 0.17. Web safe color of #d48161 is #cc9966. Color #d48161 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10000001 | 01100001 |
Octal | 324 | 201 | 141 |
Decimal | 212 | 129 | 97 |
Hex | D4 | 81 | 61 |
Shades of #d48161
Tints of #d48161
RGB Percentages of Color #d48161
CMYK Percentages of Color #d48161
Complementary Color
#d48161 | #61b4d4 |
#d48161 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d48161 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d48161 Color CSS Codes
.mybgcolor {background-color:#d48161; } .myforecolor {color:#d48161; } .mybordercolor {border:3px solid #d48161; }
#d48161 Text Font Color
<p style="color:#d48161">Text here</p>
This sample text font color is #d48161
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.
#d48161 Background Color
<div style="background-color:#d48161">
Div content here</div>
This div background color is #d48161
#d48161 Border Color
<div style="border:3px solid #d48161">
Div here</div>
This div border color is #d48161
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,129,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d48161; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d48161; -webkit-box-shadow: 1px 1px 3px 2px #d48161; box-shadow: 1px 1px 3px 2px #d48161; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,129,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d48161">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d48161; -webkit-box-shadow: 1px 1px 3px 2px #d48161; box-shadow: 1px 1px 3px 2px #d48161;">
Div content here</div>
This div box has shadow with color #d48161
Comments
No comments written yet.
Please login to write comment.