Color spaces of #dc30cc
RGB | 220 | 48 | 204 |
---|---|---|---|
HSL | 0.85 | 0.71 | 0.53 |
HSV | 306° | 78° | 86° |
CMYK | 0.00 | 0.78 | 0.07 0.14 |
XYZ | 41.4712 | 21.6892 | 59.1274 |
Yxy | 21.6892 | 0.3391 | 0.1774 |
Hunter Lab | 46.5717 | 77.4505 | -42.6744 |
CIE-Lab | 53.6957 | 78.8206 | -43.0048 |
#dc30cc color RGB value is (220,48,204).
#dc30cc hex color red value is 220, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dc30cc hue: 0.85 , saturation: 0.71 and the lightness value of dc30cc is 0.53.
The process color (four color CMYK) of #dc30cc color hex is 0.00, 0.78, 0.07, 0.14. Web safe color of #dc30cc is #cc33cc. Color #dc30cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00110000 | 11001100 |
Octal | 334 | 60 | 314 |
Decimal | 220 | 48 | 204 |
Hex | DC | 30 | CC |
Shades of #dc30cc
Tints of #dc30cc
RGB Percentages of Color #dc30cc
CMYK Percentages of Color #dc30cc
Complementary Color
#dc30cc | #30dc40 |
#dc30cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc30cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc30cc Color CSS Codes
.mybgcolor {background-color:#dc30cc; } .myforecolor {color:#dc30cc; } .mybordercolor {border:3px solid #dc30cc; }
#dc30cc Text Font Color
<p style="color:#dc30cc">Text here</p>
This sample text font color is #dc30cc
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.
#dc30cc Background Color
<div style="background-color:#dc30cc">
Div content here</div>
This div background color is #dc30cc
#dc30cc Border Color
<div style="border:3px solid #dc30cc">
Div here</div>
This div border color is #dc30cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,48,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc30cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc30cc; -webkit-box-shadow: 1px 1px 3px 2px #dc30cc; box-shadow: 1px 1px 3px 2px #dc30cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,48,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc30cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc30cc; -webkit-box-shadow: 1px 1px 3px 2px #dc30cc; box-shadow: 1px 1px 3px 2px #dc30cc;">
Div content here</div>
This div box has shadow with color #dc30cc
Comments
No comments written yet.
Please login to write comment.