Color spaces of #c594aa
RGB | 197 | 148 | 170 |
---|---|---|---|
HSL | 0.93 | 0.30 | 0.68 |
HSV | 333° | 25° | 77° |
CMYK | 0.00 | 0.25 | 0.14 0.23 |
XYZ | 40.8716 | 35.9524 | 42.8156 |
Yxy | 35.9524 | 0.3416 | 0.3005 |
Hunter Lab | 59.9603 | 16.7429 | -0.3647 |
CIE-Lab | 66.4835 | 21.8639 | -4.3116 |
#c594aa color RGB value is (197,148,170).
#c594aa hex color red value is 197, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c594aa hue: 0.93 , saturation: 0.30 and the lightness value of c594aa is 0.68.
The process color (four color CMYK) of #c594aa color hex is 0.00, 0.25, 0.14, 0.23. Web safe color of #c594aa is #cc9999. Color #c594aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10010100 | 10101010 |
Octal | 305 | 224 | 252 |
Decimal | 197 | 148 | 170 |
Hex | C5 | 94 | AA |
Shades of #c594aa
Tints of #c594aa
RGB Percentages of Color #c594aa
CMYK Percentages of Color #c594aa
Complementary Color
#c594aa | #94c5af |
#c594aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c594aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c594aa Color CSS Codes
.mybgcolor {background-color:#c594aa; } .myforecolor {color:#c594aa; } .mybordercolor {border:3px solid #c594aa; }
#c594aa Text Font Color
<p style="color:#c594aa">Text here</p>
This sample text font color is #c594aa
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.
#c594aa Background Color
<div style="background-color:#c594aa">
Div content here</div>
This div background color is #c594aa
#c594aa Border Color
<div style="border:3px solid #c594aa">
Div here</div>
This div border color is #c594aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,148,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c594aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c594aa; -webkit-box-shadow: 1px 1px 3px 2px #c594aa; box-shadow: 1px 1px 3px 2px #c594aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,148,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 #c594aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c594aa; -webkit-box-shadow: 1px 1px 3px 2px #c594aa; box-shadow: 1px 1px 3px 2px #c594aa;">
Div content here</div>
This div box has shadow with color #c594aa
#c594aa Color Palettes
Comments
No comments written yet.
Please login to write comment.