Color spaces of #d58fbd
RGB | 213 | 143 | 189 |
---|---|---|---|
HSL | 0.89 | 0.45 | 0.70 |
HSV | 321° | 33° | 84° |
CMYK | 0.00 | 0.33 | 0.11 0.16 |
XYZ | 46.4483 | 37.4652 | 52.9275 |
Yxy | 37.4652 | 0.3394 | 0.2738 |
Hunter Lab | 61.2088 | 28.3392 | -8.4221 |
CIE-Lab | 67.6246 | 33.3837 | -13.0744 |
#d58fbd color RGB value is (213,143,189).
#d58fbd hex color red value is 213, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d58fbd hue: 0.89 , saturation: 0.45 and the lightness value of d58fbd is 0.70.
The process color (four color CMYK) of #d58fbd color hex is 0.00, 0.33, 0.11, 0.16. Web safe color of #d58fbd is #cc99cc. Color #d58fbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10001111 | 10111101 |
Octal | 325 | 217 | 275 |
Decimal | 213 | 143 | 189 |
Hex | D5 | 8F | BD |
Shades of #d58fbd
Tints of #d58fbd
RGB Percentages of Color #d58fbd
CMYK Percentages of Color #d58fbd
Complementary Color
#d58fbd | #8fd5a7 |
#d58fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d58fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d58fbd Color CSS Codes
.mybgcolor {background-color:#d58fbd; } .myforecolor {color:#d58fbd; } .mybordercolor {border:3px solid #d58fbd; }
#d58fbd Text Font Color
<p style="color:#d58fbd">Text here</p>
This sample text font color is #d58fbd
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.
#d58fbd Background Color
<div style="background-color:#d58fbd">
Div content here</div>
This div background color is #d58fbd
#d58fbd Border Color
<div style="border:3px solid #d58fbd">
Div here</div>
This div border color is #d58fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,143,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d58fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d58fbd; -webkit-box-shadow: 1px 1px 3px 2px #d58fbd; box-shadow: 1px 1px 3px 2px #d58fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,143,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d58fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d58fbd; -webkit-box-shadow: 1px 1px 3px 2px #d58fbd; box-shadow: 1px 1px 3px 2px #d58fbd;">
Div content here</div>
This div box has shadow with color #d58fbd
Comments
No comments written yet.
Please login to write comment.