Color spaces of #c666ae
RGB | 198 | 102 | 174 |
---|---|---|---|
HSL | 0.88 | 0.46 | 0.59 |
HSV | 315° | 48° | 78° |
CMYK | 0.00 | 0.48 | 0.12 0.22 |
XYZ | 35.6801 | 24.5645 | 42.9053 |
Yxy | 24.5645 | 0.3459 | 0.2381 |
Hunter Lab | 49.5626 | 41.7676 | -16.6323 |
CIE-Lab | 56.6486 | 47.5482 | -21.3707 |
#c666ae color RGB value is (198,102,174).
#c666ae hex color red value is 198, green value is 102 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c666ae hue: 0.88 , saturation: 0.46 and the lightness value of c666ae is 0.59.
The process color (four color CMYK) of #c666ae color hex is 0.00, 0.48, 0.12, 0.22. Web safe color of #c666ae is #cc6699. Color #c666ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01100110 | 10101110 |
Octal | 306 | 146 | 256 |
Decimal | 198 | 102 | 174 |
Hex | C6 | 66 | AE |
Shades of #c666ae
Tints of #c666ae
RGB Percentages of Color #c666ae
CMYK Percentages of Color #c666ae
Complementary Color
#c666ae | #66c67e |
#c666ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c666ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c666ae Color CSS Codes
.mybgcolor {background-color:#c666ae; } .myforecolor {color:#c666ae; } .mybordercolor {border:3px solid #c666ae; }
#c666ae Text Font Color
<p style="color:#c666ae">Text here</p>
This sample text font color is #c666ae
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.
#c666ae Background Color
<div style="background-color:#c666ae">
Div content here</div>
This div background color is #c666ae
#c666ae Border Color
<div style="border:3px solid #c666ae">
Div here</div>
This div border color is #c666ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,102,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c666ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c666ae; -webkit-box-shadow: 1px 1px 3px 2px #c666ae; box-shadow: 1px 1px 3px 2px #c666ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,102,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 #c666ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c666ae; -webkit-box-shadow: 1px 1px 3px 2px #c666ae; box-shadow: 1px 1px 3px 2px #c666ae;">
Div content here</div>
This div box has shadow with color #c666ae
Comments
No comments written yet.
Please login to write comment.