Color spaces of #dca6ef
RGB | 220 | 166 | 239 |
---|---|---|---|
HSL | 0.79 | 0.70 | 0.79 |
HSV | 284° | 31° | 94° |
CMYK | 0.08 | 0.31 | 0.00 0.06 |
XYZ | 58.7314 | 48.7201 | 87.9698 |
Yxy | 48.7201 | 0.3005 | 0.2493 |
Hunter Lab | 69.7998 | 28.0450 | -25.8643 |
CIE-Lab | 75.2769 | 32.4388 | -28.9011 |
#dca6ef color RGB value is (220,166,239).
#dca6ef hex color red value is 220, green value is 166 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dca6ef hue: 0.79 , saturation: 0.70 and the lightness value of dca6ef is 0.79.
The process color (four color CMYK) of #dca6ef color hex is 0.08, 0.31, 0.00, 0.06. Web safe color of #dca6ef is #cc99ff. Color #dca6ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100110 | 11101111 |
Octal | 334 | 246 | 357 |
Decimal | 220 | 166 | 239 |
Hex | DC | A6 | EF |
Shades of #dca6ef
Tints of #dca6ef
RGB Percentages of Color #dca6ef
CMYK Percentages of Color #dca6ef
Complementary Color
#dca6ef | #b9efa6 |
#dca6ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca6ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca6ef Color CSS Codes
.mybgcolor {background-color:#dca6ef; } .myforecolor {color:#dca6ef; } .mybordercolor {border:3px solid #dca6ef; }
#dca6ef Text Font Color
<p style="color:#dca6ef">Text here</p>
This sample text font color is #dca6ef
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.
#dca6ef Background Color
<div style="background-color:#dca6ef">
Div content here</div>
This div background color is #dca6ef
#dca6ef Border Color
<div style="border:3px solid #dca6ef">
Div here</div>
This div border color is #dca6ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,166,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca6ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca6ef; -webkit-box-shadow: 1px 1px 3px 2px #dca6ef; box-shadow: 1px 1px 3px 2px #dca6ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,166,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca6ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca6ef; -webkit-box-shadow: 1px 1px 3px 2px #dca6ef; box-shadow: 1px 1px 3px 2px #dca6ef;">
Div content here</div>
This div box has shadow with color #dca6ef
Comments
No comments written yet.
Please login to write comment.