Color spaces of #c0aabc
RGB | 192 | 170 | 188 |
---|---|---|---|
HSL | 0.86 | 0.15 | 0.71 |
HSV | 311° | 11° | 75° |
CMYK | 0.00 | 0.11 | 0.02 0.25 |
XYZ | 45.1901 | 43.5868 | 53.6083 |
Yxy | 43.5868 | 0.3174 | 0.3061 |
Hunter Lab | 66.0203 | 6.6456 | -1.9291 |
CIE-Lab | 71.9514 | 11.1448 | -6.2857 |
#c0aabc color RGB value is (192,170,188).
#c0aabc hex color red value is 192, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c0aabc hue: 0.86 , saturation: 0.15 and the lightness value of c0aabc is 0.71.
The process color (four color CMYK) of #c0aabc color hex is 0.00, 0.11, 0.02, 0.25. Web safe color of #c0aabc is #cc99cc. Color #c0aabc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10101010 | 10111100 |
Octal | 300 | 252 | 274 |
Decimal | 192 | 170 | 188 |
Hex | C0 | AA | BC |
Shades of #c0aabc
Tints of #c0aabc
RGB Percentages of Color #c0aabc
CMYK Percentages of Color #c0aabc
Complementary Color
#c0aabc | #aac0ae |
#c0aabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0aabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0aabc Color CSS Codes
.mybgcolor {background-color:#c0aabc; } .myforecolor {color:#c0aabc; } .mybordercolor {border:3px solid #c0aabc; }
#c0aabc Text Font Color
<p style="color:#c0aabc">Text here</p>
This sample text font color is #c0aabc
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.
#c0aabc Background Color
<div style="background-color:#c0aabc">
Div content here</div>
This div background color is #c0aabc
#c0aabc Border Color
<div style="border:3px solid #c0aabc">
Div here</div>
This div border color is #c0aabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,170,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0aabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0aabc; -webkit-box-shadow: 1px 1px 3px 2px #c0aabc; box-shadow: 1px 1px 3px 2px #c0aabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,170,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0aabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0aabc; -webkit-box-shadow: 1px 1px 3px 2px #c0aabc; box-shadow: 1px 1px 3px 2px #c0aabc;">
Div content here</div>
This div box has shadow with color #c0aabc
Comments
No comments written yet.
Please login to write comment.