Color spaces of #d480dc
RGB | 212 | 128 | 220 |
---|---|---|---|
HSL | 0.82 | 0.57 | 0.68 |
HSV | 295° | 42° | 86° |
CMYK | 0.04 | 0.42 | 0.00 0.14 |
XYZ | 47.7888 | 34.6027 | 71.8704 |
Yxy | 34.6027 | 0.3098 | 0.2243 |
Hunter Lab | 58.8241 | 42.0717 | -31.2628 |
CIE-Lab | 65.4382 | 46.5608 | -33.7273 |
#d480dc color RGB value is (212,128,220).
#d480dc hex color red value is 212, green value is 128 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d480dc hue: 0.82 , saturation: 0.57 and the lightness value of d480dc is 0.68.
The process color (four color CMYK) of #d480dc color hex is 0.04, 0.42, 0.00, 0.14. Web safe color of #d480dc is #cc99cc. Color #d480dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10000000 | 11011100 |
Octal | 324 | 200 | 334 |
Decimal | 212 | 128 | 220 |
Hex | D4 | 80 | DC |
Shades of #d480dc
Tints of #d480dc
RGB Percentages of Color #d480dc
CMYK Percentages of Color #d480dc
Complementary Color
#d480dc | #88dc80 |
#d480dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d480dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d480dc Color CSS Codes
.mybgcolor {background-color:#d480dc; } .myforecolor {color:#d480dc; } .mybordercolor {border:3px solid #d480dc; }
#d480dc Text Font Color
<p style="color:#d480dc">Text here</p>
This sample text font color is #d480dc
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.
#d480dc Background Color
<div style="background-color:#d480dc">
Div content here</div>
This div background color is #d480dc
#d480dc Border Color
<div style="border:3px solid #d480dc">
Div here</div>
This div border color is #d480dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,128,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d480dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d480dc; -webkit-box-shadow: 1px 1px 3px 2px #d480dc; box-shadow: 1px 1px 3px 2px #d480dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,128,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d480dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d480dc; -webkit-box-shadow: 1px 1px 3px 2px #d480dc; box-shadow: 1px 1px 3px 2px #d480dc;">
Div content here</div>
This div box has shadow with color #d480dc
Comments
No comments written yet.
Please login to write comment.