Color spaces of #daa3cc
RGB | 218 | 163 | 204 |
---|---|---|---|
HSL | 0.88 | 0.43 | 0.75 |
HSV | 315° | 25° | 85° |
CMYK | 0.00 | 0.25 | 0.06 0.15 |
XYZ | 52.9097 | 45.4594 | 63.1126 |
Yxy | 45.4594 | 0.3277 | 0.2815 |
Hunter Lab | 67.4236 | 22.0841 | -8.3026 |
CIE-Lab | 73.1934 | 26.8555 | -12.9745 |
#daa3cc color RGB value is (218,163,204).
#daa3cc hex color red value is 218, green value is 163 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #daa3cc hue: 0.88 , saturation: 0.43 and the lightness value of daa3cc is 0.75.
The process color (four color CMYK) of #daa3cc color hex is 0.00, 0.25, 0.06, 0.15. Web safe color of #daa3cc is #cc99cc. Color #daa3cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100011 | 11001100 |
Octal | 332 | 243 | 314 |
Decimal | 218 | 163 | 204 |
Hex | DA | A3 | CC |
Shades of #daa3cc
Tints of #daa3cc
RGB Percentages of Color #daa3cc
CMYK Percentages of Color #daa3cc
Complementary Color
#daa3cc | #a3dab1 |
#daa3cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa3cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa3cc Color CSS Codes
.mybgcolor {background-color:#daa3cc; } .myforecolor {color:#daa3cc; } .mybordercolor {border:3px solid #daa3cc; }
#daa3cc Text Font Color
<p style="color:#daa3cc">Text here</p>
This sample text font color is #daa3cc
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.
#daa3cc Background Color
<div style="background-color:#daa3cc">
Div content here</div>
This div background color is #daa3cc
#daa3cc Border Color
<div style="border:3px solid #daa3cc">
Div here</div>
This div border color is #daa3cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,163,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa3cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa3cc; -webkit-box-shadow: 1px 1px 3px 2px #daa3cc; box-shadow: 1px 1px 3px 2px #daa3cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,163,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa3cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa3cc; -webkit-box-shadow: 1px 1px 3px 2px #daa3cc; box-shadow: 1px 1px 3px 2px #daa3cc;">
Div content here</div>
This div box has shadow with color #daa3cc
Comments
No comments written yet.
Please login to write comment.