Color spaces of #dc3cfa
RGB | 220 | 60 | 250 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.61 |
HSV | 291° | 76° | 98° |
CMYK | 0.12 | 0.76 | 0.00 0.02 |
XYZ | 48.3864 | 25.3495 | 92.7852 |
Yxy | 25.3495 | 0.2906 | 0.1522 |
Hunter Lab | 50.3483 | 83.4350 | -74.0198 |
CIE-Lab | 57.4144 | 82.7965 | -63.0371 |
#dc3cfa color RGB value is (220,60,250).
#dc3cfa hex color red value is 220, green value is 60 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dc3cfa hue: 0.81 , saturation: 0.95 and the lightness value of dc3cfa is 0.61.
The process color (four color CMYK) of #dc3cfa color hex is 0.12, 0.76, 0.00, 0.02. Web safe color of #dc3cfa is #cc33ff. Color #dc3cfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00111100 | 11111010 |
Octal | 334 | 74 | 372 |
Decimal | 220 | 60 | 250 |
Hex | DC | 3C | FA |
Shades of #dc3cfa
Tints of #dc3cfa
RGB Percentages of Color #dc3cfa
CMYK Percentages of Color #dc3cfa
Complementary Color
#dc3cfa | #5afa3c |
#dc3cfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc3cfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc3cfa Color CSS Codes
.mybgcolor {background-color:#dc3cfa; } .myforecolor {color:#dc3cfa; } .mybordercolor {border:3px solid #dc3cfa; }
#dc3cfa Text Font Color
<p style="color:#dc3cfa">Text here</p>
This sample text font color is #dc3cfa
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.
#dc3cfa Background Color
<div style="background-color:#dc3cfa">
Div content here</div>
This div background color is #dc3cfa
#dc3cfa Border Color
<div style="border:3px solid #dc3cfa">
Div here</div>
This div border color is #dc3cfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,60,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc3cfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc3cfa; -webkit-box-shadow: 1px 1px 3px 2px #dc3cfa; box-shadow: 1px 1px 3px 2px #dc3cfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,60,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc3cfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc3cfa; -webkit-box-shadow: 1px 1px 3px 2px #dc3cfa; box-shadow: 1px 1px 3px 2px #dc3cfa;">
Div content here</div>
This div box has shadow with color #dc3cfa
Comments
No comments written yet.
Please login to write comment.