Color spaces of #d59dcf
RGB | 213 | 157 | 207 |
---|---|---|---|
HSL | 0.85 | 0.40 | 0.73 |
HSV | 306° | 26° | 84° |
CMYK | 0.00 | 0.26 | 0.03 0.16 |
XYZ | 50.7600 | 42.7651 | 64.6106 |
Yxy | 42.7651 | 0.3210 | 0.2704 |
Hunter Lab | 65.3950 | 24.1114 | -12.8023 |
CIE-Lab | 71.3952 | 28.9584 | -17.3838 |
#d59dcf color RGB value is (213,157,207).
#d59dcf hex color red value is 213, green value is 157 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d59dcf hue: 0.85 , saturation: 0.40 and the lightness value of d59dcf is 0.73.
The process color (four color CMYK) of #d59dcf color hex is 0.00, 0.26, 0.03, 0.16. Web safe color of #d59dcf is #cc99cc. Color #d59dcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10011101 | 11001111 |
Octal | 325 | 235 | 317 |
Decimal | 213 | 157 | 207 |
Hex | D5 | 9D | CF |
Shades of #d59dcf
Tints of #d59dcf
RGB Percentages of Color #d59dcf
CMYK Percentages of Color #d59dcf
Complementary Color
#d59dcf | #9dd5a3 |
#d59dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d59dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d59dcf Color CSS Codes
.mybgcolor {background-color:#d59dcf; } .myforecolor {color:#d59dcf; } .mybordercolor {border:3px solid #d59dcf; }
#d59dcf Text Font Color
<p style="color:#d59dcf">Text here</p>
This sample text font color is #d59dcf
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.
#d59dcf Background Color
<div style="background-color:#d59dcf">
Div content here</div>
This div background color is #d59dcf
#d59dcf Border Color
<div style="border:3px solid #d59dcf">
Div here</div>
This div border color is #d59dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,157,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d59dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d59dcf; -webkit-box-shadow: 1px 1px 3px 2px #d59dcf; box-shadow: 1px 1px 3px 2px #d59dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,157,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d59dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d59dcf; -webkit-box-shadow: 1px 1px 3px 2px #d59dcf; box-shadow: 1px 1px 3px 2px #d59dcf;">
Div content here</div>
This div box has shadow with color #d59dcf
Comments
No comments written yet.
Please login to write comment.