Color spaces of #daa2ca
RGB | 218 | 162 | 202 |
---|---|---|---|
HSL | 0.88 | 0.43 | 0.75 |
HSV | 317° | 26° | 85° |
CMYK | 0.00 | 0.26 | 0.07 0.15 |
XYZ | 52.4944 | 45.0104 | 61.7982 |
Yxy | 45.0104 | 0.3295 | 0.2825 |
Hunter Lab | 67.0898 | 22.2602 | -7.6508 |
CIE-Lab | 72.8987 | 27.0465 | -12.3167 |
#daa2ca color RGB value is (218,162,202).
#daa2ca hex color red value is 218, green value is 162 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #daa2ca hue: 0.88 , saturation: 0.43 and the lightness value of daa2ca is 0.75.
The process color (four color CMYK) of #daa2ca color hex is 0.00, 0.26, 0.07, 0.15. Web safe color of #daa2ca is #cc99cc. Color #daa2ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100010 | 11001010 |
Octal | 332 | 242 | 312 |
Decimal | 218 | 162 | 202 |
Hex | DA | A2 | CA |
Shades of #daa2ca
Tints of #daa2ca
RGB Percentages of Color #daa2ca
CMYK Percentages of Color #daa2ca
Complementary Color
#daa2ca | #a2dab2 |
#daa2ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa2ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa2ca Color CSS Codes
.mybgcolor {background-color:#daa2ca; } .myforecolor {color:#daa2ca; } .mybordercolor {border:3px solid #daa2ca; }
#daa2ca Text Font Color
<p style="color:#daa2ca">Text here</p>
This sample text font color is #daa2ca
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.
#daa2ca Background Color
<div style="background-color:#daa2ca">
Div content here</div>
This div background color is #daa2ca
#daa2ca Border Color
<div style="border:3px solid #daa2ca">
Div here</div>
This div border color is #daa2ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,162,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa2ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa2ca; -webkit-box-shadow: 1px 1px 3px 2px #daa2ca; box-shadow: 1px 1px 3px 2px #daa2ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,162,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa2ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa2ca; -webkit-box-shadow: 1px 1px 3px 2px #daa2ca; box-shadow: 1px 1px 3px 2px #daa2ca;">
Div content here</div>
This div box has shadow with color #daa2ca
Comments
No comments written yet.
Please login to write comment.