Color spaces of #da6062
RGB | 218 | 96 | 98 |
---|---|---|---|
HSL | 1.00 | 0.62 | 0.62 |
HSV | 359° | 56° | 85° |
CMYK | 0.00 | 0.56 | 0.55 0.15 |
XYZ | 35.3009 | 24.1530 | 14.3567 |
Yxy | 24.1530 | 0.4783 | 0.3272 |
Hunter Lab | 49.1457 | 42.2099 | 17.0819 |
CIE-Lab | 56.2407 | 48.0242 | 22.7574 |
#da6062 color RGB value is (218,96,98).
#da6062 hex color red value is 218, green value is 96 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #da6062 hue: 1.00 , saturation: 0.62 and the lightness value of da6062 is 0.62.
The process color (four color CMYK) of #da6062 color hex is 0.00, 0.56, 0.55, 0.15. Web safe color of #da6062 is #cc6666. Color #da6062 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01100000 | 01100010 |
Octal | 332 | 140 | 142 |
Decimal | 218 | 96 | 98 |
Hex | DA | 60 | 62 |
Shades of #da6062
Tints of #da6062
RGB Percentages of Color #da6062
CMYK Percentages of Color #da6062
Complementary Color
#da6062 | #60dad8 |
#da6062 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da6062 Color Preview on White Background
Lorem ipsum dolor sit amet.
#da6062 Color CSS Codes
.mybgcolor {background-color:#da6062; } .myforecolor {color:#da6062; } .mybordercolor {border:3px solid #da6062; }
#da6062 Text Font Color
<p style="color:#da6062">Text here</p>
This sample text font color is #da6062
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.
#da6062 Background Color
<div style="background-color:#da6062">
Div content here</div>
This div background color is #da6062
#da6062 Border Color
<div style="border:3px solid #da6062">
Div here</div>
This div border color is #da6062
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,96,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da6062; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da6062; -webkit-box-shadow: 1px 1px 3px 2px #da6062; box-shadow: 1px 1px 3px 2px #da6062; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,96,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da6062">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da6062; -webkit-box-shadow: 1px 1px 3px 2px #da6062; box-shadow: 1px 1px 3px 2px #da6062;">
Div content here</div>
This div box has shadow with color #da6062
Comments
No comments written yet.
Please login to write comment.