Color spaces of #c286aa
RGB | 194 | 134 | 170 |
---|---|---|---|
HSL | 0.90 | 0.33 | 0.64 |
HSV | 324° | 31° | 76° |
CMYK | 0.00 | 0.31 | 0.12 0.24 |
XYZ | 38.0289 | 31.4218 | 42.0909 |
Yxy | 31.4218 | 0.3409 | 0.2817 |
Hunter Lab | 56.0552 | 23.0013 | -5.2813 |
CIE-Lab | 62.8621 | 28.5129 | -9.7241 |
#c286aa color RGB value is (194,134,170).
#c286aa hex color red value is 194, green value is 134 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c286aa hue: 0.90 , saturation: 0.33 and the lightness value of c286aa is 0.64.
The process color (four color CMYK) of #c286aa color hex is 0.00, 0.31, 0.12, 0.24. Web safe color of #c286aa is #cc9999. Color #c286aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10000110 | 10101010 |
Octal | 302 | 206 | 252 |
Decimal | 194 | 134 | 170 |
Hex | C2 | 86 | AA |
Shades of #c286aa
Tints of #c286aa
RGB Percentages of Color #c286aa
CMYK Percentages of Color #c286aa
Complementary Color
#c286aa | #86c29e |
#c286aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c286aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c286aa Color CSS Codes
.mybgcolor {background-color:#c286aa; } .myforecolor {color:#c286aa; } .mybordercolor {border:3px solid #c286aa; }
#c286aa Text Font Color
<p style="color:#c286aa">Text here</p>
This sample text font color is #c286aa
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.
#c286aa Background Color
<div style="background-color:#c286aa">
Div content here</div>
This div background color is #c286aa
#c286aa Border Color
<div style="border:3px solid #c286aa">
Div here</div>
This div border color is #c286aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,134,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c286aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c286aa; -webkit-box-shadow: 1px 1px 3px 2px #c286aa; box-shadow: 1px 1px 3px 2px #c286aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,134,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c286aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c286aa; -webkit-box-shadow: 1px 1px 3px 2px #c286aa; box-shadow: 1px 1px 3px 2px #c286aa;">
Div content here</div>
This div box has shadow with color #c286aa
Comments
No comments written yet.
Please login to write comment.