Color spaces of #c0aadd
RGB | 192 | 170 | 221 |
---|---|---|---|
HSL | 0.74 | 0.43 | 0.77 |
HSV | 266° | 23° | 87° |
CMYK | 0.13 | 0.23 | 0.00 0.13 |
XYZ | 49.1641 | 45.1764 | 74.5353 |
Yxy | 45.1764 | 0.2911 | 0.2675 |
Hunter Lab | 67.2134 | 12.9427 | -18.6994 |
CIE-Lab | 73.0079 | 17.7107 | -22.8023 |
#c0aadd color RGB value is (192,170,221).
#c0aadd hex color red value is 192, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c0aadd hue: 0.74 , saturation: 0.43 and the lightness value of c0aadd is 0.77.
The process color (four color CMYK) of #c0aadd color hex is 0.13, 0.23, 0.00, 0.13. Web safe color of #c0aadd is #cc99cc. Color #c0aadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10101010 | 11011101 |
Octal | 300 | 252 | 335 |
Decimal | 192 | 170 | 221 |
Hex | C0 | AA | DD |
Shades of #c0aadd
Tints of #c0aadd
RGB Percentages of Color #c0aadd
CMYK Percentages of Color #c0aadd
Complementary Color
#c0aadd | #c7ddaa |
#c0aadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0aadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0aadd Color CSS Codes
.mybgcolor {background-color:#c0aadd; } .myforecolor {color:#c0aadd; } .mybordercolor {border:3px solid #c0aadd; }
#c0aadd Text Font Color
<p style="color:#c0aadd">Text here</p>
This sample text font color is #c0aadd
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.
#c0aadd Background Color
<div style="background-color:#c0aadd">
Div content here</div>
This div background color is #c0aadd
#c0aadd Border Color
<div style="border:3px solid #c0aadd">
Div here</div>
This div border color is #c0aadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,170,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0aadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0aadd; -webkit-box-shadow: 1px 1px 3px 2px #c0aadd; box-shadow: 1px 1px 3px 2px #c0aadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,170,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0aadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0aadd; -webkit-box-shadow: 1px 1px 3px 2px #c0aadd; box-shadow: 1px 1px 3px 2px #c0aadd;">
Div content here</div>
This div box has shadow with color #c0aadd
Comments
No comments written yet.
Please login to write comment.