Color spaces of #c67aae
RGB | 198 | 122 | 174 |
---|---|---|---|
HSL | 0.89 | 0.40 | 0.63 |
HSV | 319° | 38° | 78° |
CMYK | 0.00 | 0.38 | 0.12 0.22 |
XYZ | 37.8882 | 28.9808 | 43.6413 |
Yxy | 28.9808 | 0.3428 | 0.2622 |
Hunter Lab | 53.8338 | 31.4190 | -10.3808 |
CIE-Lab | 60.7647 | 37.0986 | -15.1077 |
#c67aae color RGB value is (198,122,174).
#c67aae hex color red value is 198, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c67aae hue: 0.89 , saturation: 0.40 and the lightness value of c67aae is 0.63.
The process color (four color CMYK) of #c67aae color hex is 0.00, 0.38, 0.12, 0.22. Web safe color of #c67aae is #cc6699. Color #c67aae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01111010 | 10101110 |
Octal | 306 | 172 | 256 |
Decimal | 198 | 122 | 174 |
Hex | C6 | 7A | AE |
Shades of #c67aae
Tints of #c67aae
RGB Percentages of Color #c67aae
CMYK Percentages of Color #c67aae
Complementary Color
#c67aae | #7ac692 |
#c67aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c67aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c67aae Color CSS Codes
.mybgcolor {background-color:#c67aae; } .myforecolor {color:#c67aae; } .mybordercolor {border:3px solid #c67aae; }
#c67aae Text Font Color
<p style="color:#c67aae">Text here</p>
This sample text font color is #c67aae
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.
#c67aae Background Color
<div style="background-color:#c67aae">
Div content here</div>
This div background color is #c67aae
#c67aae Border Color
<div style="border:3px solid #c67aae">
Div here</div>
This div border color is #c67aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,122,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c67aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c67aae; -webkit-box-shadow: 1px 1px 3px 2px #c67aae; box-shadow: 1px 1px 3px 2px #c67aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,122,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 #c67aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c67aae; -webkit-box-shadow: 1px 1px 3px 2px #c67aae; box-shadow: 1px 1px 3px 2px #c67aae;">
Div content here</div>
This div box has shadow with color #c67aae
Comments
No comments written yet.
Please login to write comment.