Color spaces of #dca4fd
RGB | 220 | 164 | 253 |
---|---|---|---|
HSL | 0.77 | 0.96 | 0.82 |
HSV | 278° | 35° | 99° |
CMYK | 0.13 | 0.35 | 0.00 0.01 |
XYZ | 60.5203 | 48.8584 | 99.1694 |
Yxy | 48.8584 | 0.2902 | 0.2343 |
Hunter Lab | 69.8988 | 32.2274 | -35.1890 |
CIE-Lab | 75.3632 | 36.3476 | -36.3437 |
#dca4fd color RGB value is (220,164,253).
#dca4fd hex color red value is 220, green value is 164 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dca4fd hue: 0.77 , saturation: 0.96 and the lightness value of dca4fd is 0.82.
The process color (four color CMYK) of #dca4fd color hex is 0.13, 0.35, 0.00, 0.01. Web safe color of #dca4fd is #cc99ff. Color #dca4fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100100 | 11111101 |
Octal | 334 | 244 | 375 |
Decimal | 220 | 164 | 253 |
Hex | DC | A4 | FD |
Shades of #dca4fd
Tints of #dca4fd
RGB Percentages of Color #dca4fd
CMYK Percentages of Color #dca4fd
Complementary Color
#dca4fd | #c5fda4 |
#dca4fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca4fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca4fd Color CSS Codes
.mybgcolor {background-color:#dca4fd; } .myforecolor {color:#dca4fd; } .mybordercolor {border:3px solid #dca4fd; }
#dca4fd Text Font Color
<p style="color:#dca4fd">Text here</p>
This sample text font color is #dca4fd
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.
#dca4fd Background Color
<div style="background-color:#dca4fd">
Div content here</div>
This div background color is #dca4fd
#dca4fd Border Color
<div style="border:3px solid #dca4fd">
Div here</div>
This div border color is #dca4fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,164,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca4fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca4fd; -webkit-box-shadow: 1px 1px 3px 2px #dca4fd; box-shadow: 1px 1px 3px 2px #dca4fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,164,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca4fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca4fd; -webkit-box-shadow: 1px 1px 3px 2px #dca4fd; box-shadow: 1px 1px 3px 2px #dca4fd;">
Div content here</div>
This div box has shadow with color #dca4fd
Comments
No comments written yet.
Please login to write comment.