Color spaces of #dc80cd
RGB | 220 | 128 | 205 |
---|---|---|---|
HSL | 0.86 | 0.57 | 0.68 |
HSV | 310° | 42° | 86° |
CMYK | 0.00 | 0.42 | 0.07 0.14 |
XYZ | 48.2538 | 35.0618 | 61.9819 |
Yxy | 35.0618 | 0.3321 | 0.2413 |
Hunter Lab | 59.2130 | 41.8403 | -20.6134 |
CIE-Lab | 65.7968 | 46.3005 | -24.7255 |
#dc80cd color RGB value is (220,128,205).
#dc80cd hex color red value is 220, green value is 128 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dc80cd hue: 0.86 , saturation: 0.57 and the lightness value of dc80cd is 0.68.
The process color (four color CMYK) of #dc80cd color hex is 0.00, 0.42, 0.07, 0.14. Web safe color of #dc80cd is #cc99cc. Color #dc80cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10000000 | 11001101 |
Octal | 334 | 200 | 315 |
Decimal | 220 | 128 | 205 |
Hex | DC | 80 | CD |
Shades of #dc80cd
Tints of #dc80cd
RGB Percentages of Color #dc80cd
CMYK Percentages of Color #dc80cd
Complementary Color
#dc80cd | #80dc8f |
#dc80cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc80cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc80cd Color CSS Codes
.mybgcolor {background-color:#dc80cd; } .myforecolor {color:#dc80cd; } .mybordercolor {border:3px solid #dc80cd; }
#dc80cd Text Font Color
<p style="color:#dc80cd">Text here</p>
This sample text font color is #dc80cd
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.
#dc80cd Background Color
<div style="background-color:#dc80cd">
Div content here</div>
This div background color is #dc80cd
#dc80cd Border Color
<div style="border:3px solid #dc80cd">
Div here</div>
This div border color is #dc80cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,128,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc80cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc80cd; -webkit-box-shadow: 1px 1px 3px 2px #dc80cd; box-shadow: 1px 1px 3px 2px #dc80cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,128,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc80cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc80cd; -webkit-box-shadow: 1px 1px 3px 2px #dc80cd; box-shadow: 1px 1px 3px 2px #dc80cd;">
Div content here</div>
This div box has shadow with color #dc80cd
Comments
No comments written yet.
Please login to write comment.