Color spaces of #c668aa
RGB | 198 | 104 | 170 |
---|---|---|---|
HSL | 0.88 | 0.45 | 0.59 |
HSV | 318° | 47° | 78° |
CMYK | 0.00 | 0.47 | 0.14 0.22 |
XYZ | 35.4947 | 24.8087 | 40.9480 |
Yxy | 24.8087 | 0.3506 | 0.2450 |
Hunter Lab | 49.8083 | 40.0391 | -13.8772 |
CIE-Lab | 56.8886 | 45.8881 | -18.6925 |
#c668aa color RGB value is (198,104,170).
#c668aa hex color red value is 198, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c668aa hue: 0.88 , saturation: 0.45 and the lightness value of c668aa is 0.59.
The process color (four color CMYK) of #c668aa color hex is 0.00, 0.47, 0.14, 0.22. Web safe color of #c668aa is #cc6699. Color #c668aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01101000 | 10101010 |
Octal | 306 | 150 | 252 |
Decimal | 198 | 104 | 170 |
Hex | C6 | 68 | AA |
Shades of #c668aa
Tints of #c668aa
RGB Percentages of Color #c668aa
CMYK Percentages of Color #c668aa
Complementary Color
#c668aa | #68c684 |
#c668aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c668aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c668aa Color CSS Codes
.mybgcolor {background-color:#c668aa; } .myforecolor {color:#c668aa; } .mybordercolor {border:3px solid #c668aa; }
#c668aa Text Font Color
<p style="color:#c668aa">Text here</p>
This sample text font color is #c668aa
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.
#c668aa Background Color
<div style="background-color:#c668aa">
Div content here</div>
This div background color is #c668aa
#c668aa Border Color
<div style="border:3px solid #c668aa">
Div here</div>
This div border color is #c668aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,104,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c668aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c668aa; -webkit-box-shadow: 1px 1px 3px 2px #c668aa; box-shadow: 1px 1px 3px 2px #c668aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,104,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 #c668aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c668aa; -webkit-box-shadow: 1px 1px 3px 2px #c668aa; box-shadow: 1px 1px 3px 2px #c668aa;">
Div content here</div>
This div box has shadow with color #c668aa
Comments
No comments written yet.
Please login to write comment.