Color spaces of #c394aa
RGB | 195 | 148 | 170 |
---|---|---|---|
HSL | 0.92 | 0.28 | 0.67 |
HSV | 332° | 24° | 76° |
CMYK | 0.00 | 0.24 | 0.13 0.24 |
XYZ | 40.3513 | 35.6842 | 42.7912 |
Yxy | 35.6842 | 0.3396 | 0.3003 |
Hunter Lab | 59.7363 | 16.0367 | -0.6562 |
CIE-Lab | 66.2779 | 21.1419 | -4.6383 |
#c394aa color RGB value is (195,148,170).
#c394aa hex color red value is 195, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c394aa hue: 0.92 , saturation: 0.28 and the lightness value of c394aa is 0.67.
The process color (four color CMYK) of #c394aa color hex is 0.00, 0.24, 0.13, 0.24. Web safe color of #c394aa is #cc9999. Color #c394aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10010100 | 10101010 |
Octal | 303 | 224 | 252 |
Decimal | 195 | 148 | 170 |
Hex | C3 | 94 | AA |
Shades of #c394aa
Tints of #c394aa
RGB Percentages of Color #c394aa
CMYK Percentages of Color #c394aa
Complementary Color
#c394aa | #94c3ad |
#c394aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c394aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c394aa Color CSS Codes
.mybgcolor {background-color:#c394aa; } .myforecolor {color:#c394aa; } .mybordercolor {border:3px solid #c394aa; }
#c394aa Text Font Color
<p style="color:#c394aa">Text here</p>
This sample text font color is #c394aa
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.
#c394aa Background Color
<div style="background-color:#c394aa">
Div content here</div>
This div background color is #c394aa
#c394aa Border Color
<div style="border:3px solid #c394aa">
Div here</div>
This div border color is #c394aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,148,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c394aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c394aa; -webkit-box-shadow: 1px 1px 3px 2px #c394aa; box-shadow: 1px 1px 3px 2px #c394aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,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 #c394aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c394aa; -webkit-box-shadow: 1px 1px 3px 2px #c394aa; box-shadow: 1px 1px 3px 2px #c394aa;">
Div content here</div>
This div box has shadow with color #c394aa
Comments
No comments written yet.
Please login to write comment.