Color spaces of #c680aa
RGB | 198 | 128 | 170 |
---|---|---|---|
HSL | 0.90 | 0.38 | 0.64 |
HSV | 324° | 35° | 78° |
CMYK | 0.00 | 0.35 | 0.14 0.22 |
XYZ | 38.2636 | 30.3464 | 41.8709 |
Yxy | 30.3464 | 0.3463 | 0.2747 |
Hunter Lab | 55.0876 | 27.5821 | -6.5038 |
CIE-Lab | 61.9520 | 33.1923 | -11.0390 |
#c680aa color RGB value is (198,128,170).
#c680aa hex color red value is 198, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c680aa hue: 0.90 , saturation: 0.38 and the lightness value of c680aa is 0.64.
The process color (four color CMYK) of #c680aa color hex is 0.00, 0.35, 0.14, 0.22. Web safe color of #c680aa is #cc9999. Color #c680aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10000000 | 10101010 |
Octal | 306 | 200 | 252 |
Decimal | 198 | 128 | 170 |
Hex | C6 | 80 | AA |
Shades of #c680aa
Tints of #c680aa
RGB Percentages of Color #c680aa
CMYK Percentages of Color #c680aa
Complementary Color
#c680aa | #80c69c |
#c680aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c680aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c680aa Color CSS Codes
.mybgcolor {background-color:#c680aa; } .myforecolor {color:#c680aa; } .mybordercolor {border:3px solid #c680aa; }
#c680aa Text Font Color
<p style="color:#c680aa">Text here</p>
This sample text font color is #c680aa
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.
#c680aa Background Color
<div style="background-color:#c680aa">
Div content here</div>
This div background color is #c680aa
#c680aa Border Color
<div style="border:3px solid #c680aa">
Div here</div>
This div border color is #c680aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,128,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c680aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c680aa; -webkit-box-shadow: 1px 1px 3px 2px #c680aa; box-shadow: 1px 1px 3px 2px #c680aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,128,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 #c680aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c680aa; -webkit-box-shadow: 1px 1px 3px 2px #c680aa; box-shadow: 1px 1px 3px 2px #c680aa;">
Div content here</div>
This div box has shadow with color #c680aa
Comments
No comments written yet.
Please login to write comment.