Color spaces of #d16452
RGB | 209 | 100 | 82 |
---|---|---|---|
HSL | 0.02 | 0.58 | 0.57 |
HSV | 9° | 61° | 82° |
CMYK | 0.00 | 0.52 | 0.61 0.18 |
XYZ | 32.3747 | 23.2788 | 10.7696 |
Yxy | 23.2788 | 0.4874 | 0.3505 |
Hunter Lab | 48.2481 | 35.3401 | 20.5394 |
CIE-Lab | 55.3584 | 41.6087 | 30.5384 |
#d16452 color RGB value is (209,100,82).
#d16452 hex color red value is 209, green value is 100 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #d16452 hue: 0.02 , saturation: 0.58 and the lightness value of d16452 is 0.57.
The process color (four color CMYK) of #d16452 color hex is 0.00, 0.52, 0.61, 0.18. Web safe color of #d16452 is #cc6666. Color #d16452 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01100100 | 01010010 |
Octal | 321 | 144 | 122 |
Decimal | 209 | 100 | 82 |
Hex | D1 | 64 | 52 |
Shades of #d16452
Tints of #d16452
RGB Percentages of Color #d16452
CMYK Percentages of Color #d16452
Complementary Color
#d16452 | #52bfd1 |
#d16452 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d16452 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d16452 Color CSS Codes
.mybgcolor {background-color:#d16452; } .myforecolor {color:#d16452; } .mybordercolor {border:3px solid #d16452; }
#d16452 Text Font Color
<p style="color:#d16452">Text here</p>
This sample text font color is #d16452
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.
#d16452 Background Color
<div style="background-color:#d16452">
Div content here</div>
This div background color is #d16452
#d16452 Border Color
<div style="border:3px solid #d16452">
Div here</div>
This div border color is #d16452
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,100,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d16452; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d16452; -webkit-box-shadow: 1px 1px 3px 2px #d16452; box-shadow: 1px 1px 3px 2px #d16452; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,100,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d16452">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d16452; -webkit-box-shadow: 1px 1px 3px 2px #d16452; box-shadow: 1px 1px 3px 2px #d16452;">
Div content here</div>
This div box has shadow with color #d16452
Comments
No comments written yet.
Please login to write comment.