Color spaces of #d5699f
RGB | 213 | 105 | 159 |
---|---|---|---|
HSL | 0.92 | 0.56 | 0.62 |
HSV | 330° | 51° | 84° |
CMYK | 0.00 | 0.51 | 0.25 0.16 |
XYZ | 38.7502 | 26.7525 | 35.9223 |
Yxy | 26.7525 | 0.3821 | 0.2638 |
Hunter Lab | 51.7228 | 43.2154 | -4.9719 |
CIE-Lab | 58.7445 | 48.5759 | -9.3269 |
#d5699f color RGB value is (213,105,159).
#d5699f hex color red value is 213, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d5699f hue: 0.92 , saturation: 0.56 and the lightness value of d5699f is 0.62.
The process color (four color CMYK) of #d5699f color hex is 0.00, 0.51, 0.25, 0.16. Web safe color of #d5699f is #cc6699. Color #d5699f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01101001 | 10011111 |
Octal | 325 | 151 | 237 |
Decimal | 213 | 105 | 159 |
Hex | D5 | 69 | 9F |
Shades of #d5699f
Tints of #d5699f
RGB Percentages of Color #d5699f
CMYK Percentages of Color #d5699f
Complementary Color
#d5699f | #69d59f |
#d5699f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5699f Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5699f Color CSS Codes
.mybgcolor {background-color:#d5699f; } .myforecolor {color:#d5699f; } .mybordercolor {border:3px solid #d5699f; }
#d5699f Text Font Color
<p style="color:#d5699f">Text here</p>
This sample text font color is #d5699f
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.
#d5699f Background Color
<div style="background-color:#d5699f">
Div content here</div>
This div background color is #d5699f
#d5699f Border Color
<div style="border:3px solid #d5699f">
Div here</div>
This div border color is #d5699f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,105,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5699f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5699f; -webkit-box-shadow: 1px 1px 3px 2px #d5699f; box-shadow: 1px 1px 3px 2px #d5699f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,105,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5699f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5699f; -webkit-box-shadow: 1px 1px 3px 2px #d5699f; box-shadow: 1px 1px 3px 2px #d5699f;">
Div content here</div>
This div box has shadow with color #d5699f
Comments
No comments written yet.
Please login to write comment.