Color spaces of #dca0fe
RGB | 220 | 160 | 254 |
---|---|---|---|
HSL | 0.77 | 0.98 | 0.81 |
HSV | 278° | 37° | 100° |
CMYK | 0.13 | 0.37 | 0.00 0.00 |
XYZ | 59.9754 | 47.5130 | 99.7758 |
Yxy | 47.5130 | 0.2894 | 0.2292 |
Hunter Lab | 68.9297 | 34.6851 | -37.5716 |
CIE-Lab | 74.5167 | 38.7011 | -38.1974 |
#dca0fe color RGB value is (220,160,254).
#dca0fe hex color red value is 220, green value is 160 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dca0fe hue: 0.77 , saturation: 0.98 and the lightness value of dca0fe is 0.81.
The process color (four color CMYK) of #dca0fe color hex is 0.13, 0.37, 0.00, 0.00. Web safe color of #dca0fe is #cc99ff. Color #dca0fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100000 | 11111110 |
Octal | 334 | 240 | 376 |
Decimal | 220 | 160 | 254 |
Hex | DC | A0 | FE |
Shades of #dca0fe
Tints of #dca0fe
RGB Percentages of Color #dca0fe
CMYK Percentages of Color #dca0fe
Complementary Color
#dca0fe | #c2fea0 |
#dca0fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca0fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca0fe Color CSS Codes
.mybgcolor {background-color:#dca0fe; } .myforecolor {color:#dca0fe; } .mybordercolor {border:3px solid #dca0fe; }
#dca0fe Text Font Color
<p style="color:#dca0fe">Text here</p>
This sample text font color is #dca0fe
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.
#dca0fe Background Color
<div style="background-color:#dca0fe">
Div content here</div>
This div background color is #dca0fe
#dca0fe Border Color
<div style="border:3px solid #dca0fe">
Div here</div>
This div border color is #dca0fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,160,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca0fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca0fe; -webkit-box-shadow: 1px 1px 3px 2px #dca0fe; box-shadow: 1px 1px 3px 2px #dca0fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,160,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca0fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca0fe; -webkit-box-shadow: 1px 1px 3px 2px #dca0fe; box-shadow: 1px 1px 3px 2px #dca0fe;">
Div content here</div>
This div box has shadow with color #dca0fe
Comments
No comments written yet.
Please login to write comment.