Color spaces of #d13860
RGB | 209 | 56 | 96 |
---|---|---|---|
HSL | 0.96 | 0.62 | 0.52 |
HSV | 344° | 73° | 82° |
CMYK | 0.00 | 0.73 | 0.54 0.18 |
XYZ | 29.8200 | 17.2282 | 12.8200 |
Yxy | 17.2282 | 0.4981 | 0.2878 |
Hunter Lab | 41.5069 | 55.6037 | 10.7422 |
CIE-Lab | 48.5463 | 61.5334 | 13.2612 |
#d13860 color RGB value is (209,56,96).
#d13860 hex color red value is 209, green value is 56 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d13860 hue: 0.96 , saturation: 0.62 and the lightness value of d13860 is 0.52.
The process color (four color CMYK) of #d13860 color hex is 0.00, 0.73, 0.54, 0.18. Web safe color of #d13860 is #cc3366. Color #d13860 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00111000 | 01100000 |
Octal | 321 | 70 | 140 |
Decimal | 209 | 56 | 96 |
Hex | D1 | 38 | 60 |
Shades of #d13860
Tints of #d13860
RGB Percentages of Color #d13860
CMYK Percentages of Color #d13860
Complementary Color
#d13860 | #38d1a9 |
#d13860 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d13860 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d13860 Color CSS Codes
.mybgcolor {background-color:#d13860; } .myforecolor {color:#d13860; } .mybordercolor {border:3px solid #d13860; }
#d13860 Text Font Color
<p style="color:#d13860">Text here</p>
This sample text font color is #d13860
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.
#d13860 Background Color
<div style="background-color:#d13860">
Div content here</div>
This div background color is #d13860
#d13860 Border Color
<div style="border:3px solid #d13860">
Div here</div>
This div border color is #d13860
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,56,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d13860; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d13860; -webkit-box-shadow: 1px 1px 3px 2px #d13860; box-shadow: 1px 1px 3px 2px #d13860; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,56,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d13860">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d13860; -webkit-box-shadow: 1px 1px 3px 2px #d13860; box-shadow: 1px 1px 3px 2px #d13860;">
Div content here</div>
This div box has shadow with color #d13860
Comments
No comments written yet.
Please login to write comment.