Color spaces of #c793aa
RGB | 199 | 147 | 170 |
---|---|---|---|
HSL | 0.93 | 0.32 | 0.68 |
HSV | 333° | 26° | 78° |
CMYK | 0.00 | 0.26 | 0.15 0.22 |
XYZ | 41.2426 | 35.9118 | 42.7882 |
Yxy | 35.9118 | 0.3439 | 0.2994 |
Hunter Lab | 59.9265 | 17.9760 | -0.3852 |
CIE-Lab | 66.4525 | 23.1362 | -4.3339 |
#c793aa color RGB value is (199,147,170).
#c793aa hex color red value is 199, green value is 147 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c793aa hue: 0.93 , saturation: 0.32 and the lightness value of c793aa is 0.68.
The process color (four color CMYK) of #c793aa color hex is 0.00, 0.26, 0.15, 0.22. Web safe color of #c793aa is #cc9999. Color #c793aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10010011 | 10101010 |
Octal | 307 | 223 | 252 |
Decimal | 199 | 147 | 170 |
Hex | C7 | 93 | AA |
Shades of #c793aa
Tints of #c793aa
RGB Percentages of Color #c793aa
CMYK Percentages of Color #c793aa
Complementary Color
#c793aa | #93c7b0 |
#c793aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c793aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c793aa Color CSS Codes
.mybgcolor {background-color:#c793aa; } .myforecolor {color:#c793aa; } .mybordercolor {border:3px solid #c793aa; }
#c793aa Text Font Color
<p style="color:#c793aa">Text here</p>
This sample text font color is #c793aa
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.
#c793aa Background Color
<div style="background-color:#c793aa">
Div content here</div>
This div background color is #c793aa
#c793aa Border Color
<div style="border:3px solid #c793aa">
Div here</div>
This div border color is #c793aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,147,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c793aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c793aa; -webkit-box-shadow: 1px 1px 3px 2px #c793aa; box-shadow: 1px 1px 3px 2px #c793aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,147,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 #c793aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c793aa; -webkit-box-shadow: 1px 1px 3px 2px #c793aa; box-shadow: 1px 1px 3px 2px #c793aa;">
Div content here</div>
This div box has shadow with color #c793aa
Comments
No comments written yet.
Please login to write comment.