Color spaces of #c786ad
RGB | 199 | 134 | 173 |
---|---|---|---|
HSL | 0.90 | 0.37 | 0.65 |
HSV | 324° | 33° | 78° |
CMYK | 0.00 | 0.33 | 0.13 0.22 |
XYZ | 39.6211 | 32.2094 | 43.6639 |
Yxy | 32.2094 | 0.3431 | 0.2789 |
Hunter Lab | 56.7533 | 25.2976 | -5.8882 |
CIE-Lab | 63.5156 | 30.7680 | -10.3902 |
#c786ad color RGB value is (199,134,173).
#c786ad hex color red value is 199, green value is 134 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c786ad hue: 0.90 , saturation: 0.37 and the lightness value of c786ad is 0.65.
The process color (four color CMYK) of #c786ad color hex is 0.00, 0.33, 0.13, 0.22. Web safe color of #c786ad is #cc9999. Color #c786ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10000110 | 10101101 |
Octal | 307 | 206 | 255 |
Decimal | 199 | 134 | 173 |
Hex | C7 | 86 | AD |
Shades of #c786ad
Tints of #c786ad
RGB Percentages of Color #c786ad
CMYK Percentages of Color #c786ad
Complementary Color
#c786ad | #86c7a0 |
#c786ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c786ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c786ad Color CSS Codes
.mybgcolor {background-color:#c786ad; } .myforecolor {color:#c786ad; } .mybordercolor {border:3px solid #c786ad; }
#c786ad Text Font Color
<p style="color:#c786ad">Text here</p>
This sample text font color is #c786ad
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.
#c786ad Background Color
<div style="background-color:#c786ad">
Div content here</div>
This div background color is #c786ad
#c786ad Border Color
<div style="border:3px solid #c786ad">
Div here</div>
This div border color is #c786ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,134,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c786ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c786ad; -webkit-box-shadow: 1px 1px 3px 2px #c786ad; box-shadow: 1px 1px 3px 2px #c786ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,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 #c786ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c786ad; -webkit-box-shadow: 1px 1px 3px 2px #c786ad; box-shadow: 1px 1px 3px 2px #c786ad;">
Div content here</div>
This div box has shadow with color #c786ad
Comments
No comments written yet.
Please login to write comment.