Color spaces of #d58fad
RGB | 213 | 143 | 173 |
---|---|---|---|
HSL | 0.93 | 0.45 | 0.70 |
HSV | 334° | 33° | 84° |
CMYK | 0.00 | 0.33 | 0.19 0.16 |
XYZ | 44.8059 | 36.8082 | 44.2783 |
Yxy | 36.8082 | 0.3559 | 0.2924 |
Hunter Lab | 60.6698 | 25.6539 | -0.8025 |
CIE-Lab | 67.1329 | 30.8054 | -4.8420 |
#d58fad color RGB value is (213,143,173).
#d58fad hex color red value is 213, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d58fad hue: 0.93 , saturation: 0.45 and the lightness value of d58fad is 0.70.
The process color (four color CMYK) of #d58fad color hex is 0.00, 0.33, 0.19, 0.16. Web safe color of #d58fad is #cc9999. Color #d58fad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10001111 | 10101101 |
Octal | 325 | 217 | 255 |
Decimal | 213 | 143 | 173 |
Hex | D5 | 8F | AD |
Shades of #d58fad
Tints of #d58fad
RGB Percentages of Color #d58fad
CMYK Percentages of Color #d58fad
Complementary Color
#d58fad | #8fd5b7 |
#d58fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d58fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d58fad Color CSS Codes
.mybgcolor {background-color:#d58fad; } .myforecolor {color:#d58fad; } .mybordercolor {border:3px solid #d58fad; }
#d58fad Text Font Color
<p style="color:#d58fad">Text here</p>
This sample text font color is #d58fad
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.
#d58fad Background Color
<div style="background-color:#d58fad">
Div content here</div>
This div background color is #d58fad
#d58fad Border Color
<div style="border:3px solid #d58fad">
Div here</div>
This div border color is #d58fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,143,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d58fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d58fad; -webkit-box-shadow: 1px 1px 3px 2px #d58fad; box-shadow: 1px 1px 3px 2px #d58fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,143,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d58fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d58fad; -webkit-box-shadow: 1px 1px 3px 2px #d58fad; box-shadow: 1px 1px 3px 2px #d58fad;">
Div content here</div>
This div box has shadow with color #d58fad
Comments
No comments written yet.
Please login to write comment.