Color spaces of #dc52fc
RGB | 220 | 82 | 252 |
---|---|---|---|
HSL | 0.80 | 0.97 | 0.65 |
HSV | 289° | 67° | 99° |
CMYK | 0.13 | 0.67 | 0.00 0.01 |
XYZ | 50.1032 | 28.2785 | 94.9130 |
Yxy | 28.2785 | 0.2891 | 0.1632 |
Hunter Lab | 53.1775 | 75.1198 | -68.5985 |
CIE-Lab | 60.1395 | 75.7172 | -59.7771 |
#dc52fc color RGB value is (220,82,252).
#dc52fc hex color red value is 220, green value is 82 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dc52fc hue: 0.80 , saturation: 0.97 and the lightness value of dc52fc is 0.65.
The process color (four color CMYK) of #dc52fc color hex is 0.13, 0.67, 0.00, 0.01. Web safe color of #dc52fc is #cc66ff. Color #dc52fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01010010 | 11111100 |
Octal | 334 | 122 | 374 |
Decimal | 220 | 82 | 252 |
Hex | DC | 52 | FC |
Shades of #dc52fc
Tints of #dc52fc
RGB Percentages of Color #dc52fc
CMYK Percentages of Color #dc52fc
Complementary Color
#dc52fc | #72fc52 |
#dc52fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc52fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc52fc Color CSS Codes
.mybgcolor {background-color:#dc52fc; } .myforecolor {color:#dc52fc; } .mybordercolor {border:3px solid #dc52fc; }
#dc52fc Text Font Color
<p style="color:#dc52fc">Text here</p>
This sample text font color is #dc52fc
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.
#dc52fc Background Color
<div style="background-color:#dc52fc">
Div content here</div>
This div background color is #dc52fc
#dc52fc Border Color
<div style="border:3px solid #dc52fc">
Div here</div>
This div border color is #dc52fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,82,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc52fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc52fc; -webkit-box-shadow: 1px 1px 3px 2px #dc52fc; box-shadow: 1px 1px 3px 2px #dc52fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,82,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc52fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc52fc; -webkit-box-shadow: 1px 1px 3px 2px #dc52fc; box-shadow: 1px 1px 3px 2px #dc52fc;">
Div content here</div>
This div box has shadow with color #dc52fc
Comments
No comments written yet.
Please login to write comment.