Color spaces of #d786ad
RGB | 215 | 134 | 173 |
---|---|---|---|
HSL | 0.92 | 0.50 | 0.68 |
HSV | 331° | 38° | 84° |
CMYK | 0.00 | 0.38 | 0.20 0.16 |
XYZ | 44.0923 | 34.5144 | 43.8732 |
Yxy | 34.5144 | 0.3600 | 0.2818 |
Hunter Lab | 58.7490 | 31.1572 | -3.1530 |
CIE-Lab | 65.3688 | 36.3321 | -7.4302 |
#d786ad color RGB value is (215,134,173).
#d786ad hex color red value is 215, green value is 134 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d786ad hue: 0.92 , saturation: 0.50 and the lightness value of d786ad is 0.68.
The process color (four color CMYK) of #d786ad color hex is 0.00, 0.38, 0.20, 0.16. Web safe color of #d786ad is #cc9999. Color #d786ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10000110 | 10101101 |
Octal | 327 | 206 | 255 |
Decimal | 215 | 134 | 173 |
Hex | D7 | 86 | AD |
Shades of #d786ad
Tints of #d786ad
RGB Percentages of Color #d786ad
CMYK Percentages of Color #d786ad
Complementary Color
#d786ad | #86d7b0 |
#d786ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d786ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d786ad Color CSS Codes
.mybgcolor {background-color:#d786ad; } .myforecolor {color:#d786ad; } .mybordercolor {border:3px solid #d786ad; }
#d786ad Text Font Color
<p style="color:#d786ad">Text here</p>
This sample text font color is #d786ad
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.
#d786ad Background Color
<div style="background-color:#d786ad">
Div content here</div>
This div background color is #d786ad
#d786ad Border Color
<div style="border:3px solid #d786ad">
Div here</div>
This div border color is #d786ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,134,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d786ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d786ad; -webkit-box-shadow: 1px 1px 3px 2px #d786ad; box-shadow: 1px 1px 3px 2px #d786ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,134,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 #d786ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d786ad; -webkit-box-shadow: 1px 1px 3px 2px #d786ad; box-shadow: 1px 1px 3px 2px #d786ad;">
Div content here</div>
This div box has shadow with color #d786ad
Comments
No comments written yet.
Please login to write comment.