Color spaces of #c986ae
RGB | 201 | 134 | 174 |
---|---|---|---|
HSL | 0.90 | 0.38 | 0.66 |
HSV | 324° | 33° | 79° |
CMYK | 0.00 | 0.33 | 0.13 0.21 |
XYZ | 40.2525 | 32.5237 | 44.2006 |
Yxy | 32.5237 | 0.3441 | 0.2780 |
Hunter Lab | 57.0296 | 26.1868 | -6.0319 |
CIE-Lab | 63.7734 | 31.6304 | -10.5475 |
#c986ae color RGB value is (201,134,174).
#c986ae hex color red value is 201, green value is 134 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c986ae hue: 0.90 , saturation: 0.38 and the lightness value of c986ae is 0.66.
The process color (four color CMYK) of #c986ae color hex is 0.00, 0.33, 0.13, 0.21. Web safe color of #c986ae is #cc9999. Color #c986ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10000110 | 10101110 |
Octal | 311 | 206 | 256 |
Decimal | 201 | 134 | 174 |
Hex | C9 | 86 | AE |
Shades of #c986ae
Tints of #c986ae
RGB Percentages of Color #c986ae
CMYK Percentages of Color #c986ae
Complementary Color
#c986ae | #86c9a1 |
#c986ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c986ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c986ae Color CSS Codes
.mybgcolor {background-color:#c986ae; } .myforecolor {color:#c986ae; } .mybordercolor {border:3px solid #c986ae; }
#c986ae Text Font Color
<p style="color:#c986ae">Text here</p>
This sample text font color is #c986ae
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.
#c986ae Background Color
<div style="background-color:#c986ae">
Div content here</div>
This div background color is #c986ae
#c986ae Border Color
<div style="border:3px solid #c986ae">
Div here</div>
This div border color is #c986ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,134,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c986ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c986ae; -webkit-box-shadow: 1px 1px 3px 2px #c986ae; box-shadow: 1px 1px 3px 2px #c986ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,134,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c986ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c986ae; -webkit-box-shadow: 1px 1px 3px 2px #c986ae; box-shadow: 1px 1px 3px 2px #c986ae;">
Div content here</div>
This div box has shadow with color #c986ae
Comments
No comments written yet.
Please login to write comment.