Color spaces of #d5778f
RGB | 213 | 119 | 143 |
---|---|---|---|
HSL | 0.96 | 0.53 | 0.65 |
HSV | 345° | 44° | 84° |
CMYK | 0.00 | 0.44 | 0.33 0.16 |
XYZ | 38.9953 | 29.3230 | 29.5912 |
Yxy | 29.3230 | 0.3983 | 0.2995 |
Hunter Lab | 54.1507 | 33.7786 | 5.5059 |
CIE-Lab | 61.0656 | 39.3511 | 3.3238 |
#d5778f color RGB value is (213,119,143).
#d5778f hex color red value is 213, green value is 119 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d5778f hue: 0.96 , saturation: 0.53 and the lightness value of d5778f is 0.65.
The process color (four color CMYK) of #d5778f color hex is 0.00, 0.44, 0.33, 0.16. Web safe color of #d5778f is #cc6699. Color #d5778f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01110111 | 10001111 |
Octal | 325 | 167 | 217 |
Decimal | 213 | 119 | 143 |
Hex | D5 | 77 | 8F |
Shades of #d5778f
Tints of #d5778f
RGB Percentages of Color #d5778f
CMYK Percentages of Color #d5778f
Complementary Color
#d5778f | #77d5bd |
#d5778f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5778f Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5778f Color CSS Codes
.mybgcolor {background-color:#d5778f; } .myforecolor {color:#d5778f; } .mybordercolor {border:3px solid #d5778f; }
#d5778f Text Font Color
<p style="color:#d5778f">Text here</p>
This sample text font color is #d5778f
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.
#d5778f Background Color
<div style="background-color:#d5778f">
Div content here</div>
This div background color is #d5778f
#d5778f Border Color
<div style="border:3px solid #d5778f">
Div here</div>
This div border color is #d5778f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,119,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5778f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5778f; -webkit-box-shadow: 1px 1px 3px 2px #d5778f; box-shadow: 1px 1px 3px 2px #d5778f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,119,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5778f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5778f; -webkit-box-shadow: 1px 1px 3px 2px #d5778f; box-shadow: 1px 1px 3px 2px #d5778f;">
Div content here</div>
This div box has shadow with color #d5778f
Comments
No comments written yet.
Please login to write comment.