Color spaces of #d556cc
RGB | 213 | 86 | 204 |
---|---|---|---|
HSL | 0.85 | 0.60 | 0.59 |
HSV | 304° | 60° | 84° |
CMYK | 0.00 | 0.60 | 0.04 0.16 |
XYZ | 41.6674 | 25.1613 | 59.7872 |
Yxy | 25.1613 | 0.3291 | 0.1987 |
Hunter Lab | 50.1610 | 60.4932 | -35.5553 |
CIE-Lab | 57.2322 | 64.1738 | -37.5119 |
#d556cc color RGB value is (213,86,204).
#d556cc hex color red value is 213, green value is 86 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d556cc hue: 0.85 , saturation: 0.60 and the lightness value of d556cc is 0.59.
The process color (four color CMYK) of #d556cc color hex is 0.00, 0.60, 0.04, 0.16. Web safe color of #d556cc is #cc66cc. Color #d556cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01010110 | 11001100 |
Octal | 325 | 126 | 314 |
Decimal | 213 | 86 | 204 |
Hex | D5 | 56 | CC |
Shades of #d556cc
Tints of #d556cc
RGB Percentages of Color #d556cc
CMYK Percentages of Color #d556cc
Complementary Color
#d556cc | #56d55f |
#d556cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d556cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d556cc Color CSS Codes
.mybgcolor {background-color:#d556cc; } .myforecolor {color:#d556cc; } .mybordercolor {border:3px solid #d556cc; }
#d556cc Text Font Color
<p style="color:#d556cc">Text here</p>
This sample text font color is #d556cc
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.
#d556cc Background Color
<div style="background-color:#d556cc">
Div content here</div>
This div background color is #d556cc
#d556cc Border Color
<div style="border:3px solid #d556cc">
Div here</div>
This div border color is #d556cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,86,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d556cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d556cc; -webkit-box-shadow: 1px 1px 3px 2px #d556cc; box-shadow: 1px 1px 3px 2px #d556cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,86,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 #d556cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d556cc; -webkit-box-shadow: 1px 1px 3px 2px #d556cc; box-shadow: 1px 1px 3px 2px #d556cc;">
Div content here</div>
This div box has shadow with color #d556cc
Comments
No comments written yet.
Please login to write comment.