Color spaces of #da98c5
RGB | 218 | 152 | 197 |
---|---|---|---|
HSL | 0.89 | 0.47 | 0.73 |
HSV | 319° | 30° | 85° |
CMYK | 0.00 | 0.30 | 0.10 0.15 |
XYZ | 50.2197 | 41.3931 | 58.1661 |
Yxy | 41.3931 | 0.3353 | 0.2764 |
Hunter Lab | 64.3375 | 26.7406 | -8.5666 |
CIE-Lab | 70.4505 | 31.5863 | -13.2281 |
#da98c5 color RGB value is (218,152,197).
#da98c5 hex color red value is 218, green value is 152 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #da98c5 hue: 0.89 , saturation: 0.47 and the lightness value of da98c5 is 0.73.
The process color (four color CMYK) of #da98c5 color hex is 0.00, 0.30, 0.10, 0.15. Web safe color of #da98c5 is #cc99cc. Color #da98c5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10011000 | 11000101 |
Octal | 332 | 230 | 305 |
Decimal | 218 | 152 | 197 |
Hex | DA | 98 | C5 |
Shades of #da98c5
Tints of #da98c5
RGB Percentages of Color #da98c5
CMYK Percentages of Color #da98c5
Complementary Color
#da98c5 | #98daad |
#da98c5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da98c5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#da98c5 Color CSS Codes
.mybgcolor {background-color:#da98c5; } .myforecolor {color:#da98c5; } .mybordercolor {border:3px solid #da98c5; }
#da98c5 Text Font Color
<p style="color:#da98c5">Text here</p>
This sample text font color is #da98c5
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.
#da98c5 Background Color
<div style="background-color:#da98c5">
Div content here</div>
This div background color is #da98c5
#da98c5 Border Color
<div style="border:3px solid #da98c5">
Div here</div>
This div border color is #da98c5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,152,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da98c5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da98c5; -webkit-box-shadow: 1px 1px 3px 2px #da98c5; box-shadow: 1px 1px 3px 2px #da98c5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,152,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da98c5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da98c5; -webkit-box-shadow: 1px 1px 3px 2px #da98c5; box-shadow: 1px 1px 3px 2px #da98c5;">
Div content here</div>
This div box has shadow with color #da98c5
Comments
No comments written yet.
Please login to write comment.