Color spaces of #d6557f
RGB | 214 | 85 | 127 |
---|---|---|---|
HSL | 0.95 | 0.61 | 0.59 |
HSV | 340° | 60° | 84° |
CMYK | 0.00 | 0.60 | 0.41 0.16 |
XYZ | 34.8108 | 22.3254 | 22.5532 |
Yxy | 22.3254 | 0.4368 | 0.2802 |
Hunter Lab | 47.2498 | 48.8210 | 4.7746 |
CIE-Lab | 54.3706 | 54.4139 | 2.9937 |
#d6557f color RGB value is (214,85,127).
#d6557f hex color red value is 214, green value is 85 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d6557f hue: 0.95 , saturation: 0.61 and the lightness value of d6557f is 0.59.
The process color (four color CMYK) of #d6557f color hex is 0.00, 0.60, 0.41, 0.16. Web safe color of #d6557f is #cc6666. Color #d6557f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01010101 | 01111111 |
Octal | 326 | 125 | 177 |
Decimal | 214 | 85 | 127 |
Hex | D6 | 55 | 7F |
Shades of #d6557f
Tints of #d6557f
RGB Percentages of Color #d6557f
CMYK Percentages of Color #d6557f
Complementary Color
#d6557f | #55d6ac |
#d6557f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6557f Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6557f Color CSS Codes
.mybgcolor {background-color:#d6557f; } .myforecolor {color:#d6557f; } .mybordercolor {border:3px solid #d6557f; }
#d6557f Text Font Color
<p style="color:#d6557f">Text here</p>
This sample text font color is #d6557f
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.
#d6557f Background Color
<div style="background-color:#d6557f">
Div content here</div>
This div background color is #d6557f
#d6557f Border Color
<div style="border:3px solid #d6557f">
Div here</div>
This div border color is #d6557f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,85,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6557f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6557f; -webkit-box-shadow: 1px 1px 3px 2px #d6557f; box-shadow: 1px 1px 3px 2px #d6557f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,85,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6557f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6557f; -webkit-box-shadow: 1px 1px 3px 2px #d6557f; box-shadow: 1px 1px 3px 2px #d6557f;">
Div content here</div>
This div box has shadow with color #d6557f
Comments
No comments written yet.
Please login to write comment.