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