Color spaces of #c49ace
RGB | 196 | 154 | 206 |
---|---|---|---|
HSL | 0.80 | 0.35 | 0.71 |
HSV | 288° | 25° | 81° |
CMYK | 0.05 | 0.25 | 0.00 0.19 |
XYZ | 45.4611 | 39.3032 | 63.5827 |
Yxy | 39.3032 | 0.3065 | 0.2649 |
Hunter Lab | 62.6923 | 19.7273 | -16.2475 |
CIE-Lab | 68.9703 | 24.7730 | -20.6686 |
#c49ace color RGB value is (196,154,206).
#c49ace hex color red value is 196, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c49ace hue: 0.80 , saturation: 0.35 and the lightness value of c49ace is 0.71.
The process color (four color CMYK) of #c49ace color hex is 0.05, 0.25, 0.00, 0.19. Web safe color of #c49ace is #cc99cc. Color #c49ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10011010 | 11001110 |
Octal | 304 | 232 | 316 |
Decimal | 196 | 154 | 206 |
Hex | C4 | 9A | CE |
Shades of #c49ace
Tints of #c49ace
RGB Percentages of Color #c49ace
CMYK Percentages of Color #c49ace
Complementary Color
#c49ace | #a4ce9a |
#c49ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c49ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#c49ace Color CSS Codes
.mybgcolor {background-color:#c49ace; } .myforecolor {color:#c49ace; } .mybordercolor {border:3px solid #c49ace; }
#c49ace Text Font Color
<p style="color:#c49ace">Text here</p>
This sample text font color is #c49ace
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.
#c49ace Background Color
<div style="background-color:#c49ace">
Div content here</div>
This div background color is #c49ace
#c49ace Border Color
<div style="border:3px solid #c49ace">
Div here</div>
This div border color is #c49ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,154,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c49ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c49ace; -webkit-box-shadow: 1px 1px 3px 2px #c49ace; box-shadow: 1px 1px 3px 2px #c49ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,154,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c49ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c49ace; -webkit-box-shadow: 1px 1px 3px 2px #c49ace; box-shadow: 1px 1px 3px 2px #c49ace;">
Div content here</div>
This div box has shadow with color #c49ace
Comments
No comments written yet.
Please login to write comment.