Color spaces of #dc60ca
RGB | 220 | 96 | 202 |
---|---|---|---|
HSL | 0.86 | 0.64 | 0.62 |
HSV | 309° | 56° | 86° |
CMYK | 0.00 | 0.56 | 0.08 0.14 |
XYZ | 44.3587 | 27.8457 | 58.9139 |
Yxy | 27.8457 | 0.3383 | 0.2124 |
Hunter Lab | 52.7690 | 57.7049 | -29.2559 |
CIE-Lab | 59.7491 | 61.3331 | -32.3712 |
#dc60ca color RGB value is (220,96,202).
#dc60ca hex color red value is 220, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dc60ca hue: 0.86 , saturation: 0.64 and the lightness value of dc60ca is 0.62.
The process color (four color CMYK) of #dc60ca color hex is 0.00, 0.56, 0.08, 0.14. Web safe color of #dc60ca is #cc66cc. Color #dc60ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01100000 | 11001010 |
Octal | 334 | 140 | 312 |
Decimal | 220 | 96 | 202 |
Hex | DC | 60 | CA |
Shades of #dc60ca
Tints of #dc60ca
RGB Percentages of Color #dc60ca
CMYK Percentages of Color #dc60ca
Complementary Color
#dc60ca | #60dc72 |
#dc60ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc60ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc60ca Color CSS Codes
.mybgcolor {background-color:#dc60ca; } .myforecolor {color:#dc60ca; } .mybordercolor {border:3px solid #dc60ca; }
#dc60ca Text Font Color
<p style="color:#dc60ca">Text here</p>
This sample text font color is #dc60ca
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.
#dc60ca Background Color
<div style="background-color:#dc60ca">
Div content here</div>
This div background color is #dc60ca
#dc60ca Border Color
<div style="border:3px solid #dc60ca">
Div here</div>
This div border color is #dc60ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,96,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc60ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc60ca; -webkit-box-shadow: 1px 1px 3px 2px #dc60ca; box-shadow: 1px 1px 3px 2px #dc60ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,96,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc60ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc60ca; -webkit-box-shadow: 1px 1px 3px 2px #dc60ca; box-shadow: 1px 1px 3px 2px #dc60ca;">
Div content here</div>
This div box has shadow with color #dc60ca
Comments
No comments written yet.
Please login to write comment.