Color spaces of #dcbadc
RGB | 220 | 186 | 220 |
---|---|---|---|
HSL | 0.83 | 0.33 | 0.80 |
HSV | 300° | 15° | 86° |
CMYK | 0.00 | 0.15 | 0.00 0.14 |
XYZ | 59.9924 | 55.5008 | 75.2609 |
Yxy | 55.5008 | 0.3145 | 0.2910 |
Hunter Lab | 74.4989 | 13.3694 | -7.7473 |
CIE-Lab | 79.3289 | 17.9996 | -12.4742 |
#dcbadc color RGB value is (220,186,220).
#dcbadc hex color red value is 220, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dcbadc hue: 0.83 , saturation: 0.33 and the lightness value of dcbadc is 0.80.
The process color (four color CMYK) of #dcbadc color hex is 0.00, 0.15, 0.00, 0.14. Web safe color of #dcbadc is #cccccc. Color #dcbadc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111010 | 11011100 |
Octal | 334 | 272 | 334 |
Decimal | 220 | 186 | 220 |
Hex | DC | BA | DC |
Shades of #dcbadc
Tints of #dcbadc
RGB Percentages of Color #dcbadc
CMYK Percentages of Color #dcbadc
Complementary Color
#dcbadc | #badcba |
#dcbadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbadc Color CSS Codes
.mybgcolor {background-color:#dcbadc; } .myforecolor {color:#dcbadc; } .mybordercolor {border:3px solid #dcbadc; }
#dcbadc Text Font Color
<p style="color:#dcbadc">Text here</p>
This sample text font color is #dcbadc
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.
#dcbadc Background Color
<div style="background-color:#dcbadc">
Div content here</div>
This div background color is #dcbadc
#dcbadc Border Color
<div style="border:3px solid #dcbadc">
Div here</div>
This div border color is #dcbadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,186,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbadc; -webkit-box-shadow: 1px 1px 3px 2px #dcbadc; box-shadow: 1px 1px 3px 2px #dcbadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,186,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbadc; -webkit-box-shadow: 1px 1px 3px 2px #dcbadc; box-shadow: 1px 1px 3px 2px #dcbadc;">
Div content here</div>
This div box has shadow with color #dcbadc
Comments
No comments written yet.
Please login to write comment.