Color spaces of #c46aae
RGB | 196 | 106 | 174 |
---|---|---|---|
HSL | 0.87 | 0.43 | 0.59 |
HSV | 315° | 46° | 77° |
CMYK | 0.00 | 0.46 | 0.11 0.23 |
XYZ | 35.5590 | 25.0998 | 43.0150 |
Yxy | 25.0998 | 0.3430 | 0.2421 |
Hunter Lab | 50.0997 | 39.0185 | -15.8359 |
CIE-Lab | 57.1725 | 44.8813 | -20.5922 |
#c46aae color RGB value is (196,106,174).
#c46aae hex color red value is 196, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c46aae hue: 0.87 , saturation: 0.43 and the lightness value of c46aae is 0.59.
The process color (four color CMYK) of #c46aae color hex is 0.00, 0.46, 0.11, 0.23. Web safe color of #c46aae is #cc6699. Color #c46aae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01101010 | 10101110 |
Octal | 304 | 152 | 256 |
Decimal | 196 | 106 | 174 |
Hex | C4 | 6A | AE |
Shades of #c46aae
Tints of #c46aae
RGB Percentages of Color #c46aae
CMYK Percentages of Color #c46aae
Complementary Color
#c46aae | #6ac480 |
#c46aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c46aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c46aae Color CSS Codes
.mybgcolor {background-color:#c46aae; } .myforecolor {color:#c46aae; } .mybordercolor {border:3px solid #c46aae; }
#c46aae Text Font Color
<p style="color:#c46aae">Text here</p>
This sample text font color is #c46aae
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.
#c46aae Background Color
<div style="background-color:#c46aae">
Div content here</div>
This div background color is #c46aae
#c46aae Border Color
<div style="border:3px solid #c46aae">
Div here</div>
This div border color is #c46aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,106,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c46aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c46aae; -webkit-box-shadow: 1px 1px 3px 2px #c46aae; box-shadow: 1px 1px 3px 2px #c46aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,106,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 #c46aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c46aae; -webkit-box-shadow: 1px 1px 3px 2px #c46aae; box-shadow: 1px 1px 3px 2px #c46aae;">
Div content here</div>
This div box has shadow with color #c46aae
Comments
No comments written yet.
Please login to write comment.