Color spaces of #c8acdd
RGB | 200 | 172 | 221 |
---|---|---|---|
HSL | 0.76 | 0.42 | 0.77 |
HSV | 274° | 22° | 87° |
CMYK | 0.10 | 0.22 | 0.00 0.13 |
XYZ | 51.6231 | 47.0049 | 74.7586 |
Yxy | 47.0049 | 0.2977 | 0.2711 |
Hunter Lab | 68.5601 | 14.4233 | -16.6583 |
CIE-Lab | 74.1929 | 19.1859 | -20.9350 |
#c8acdd color RGB value is (200,172,221).
#c8acdd hex color red value is 200, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c8acdd hue: 0.76 , saturation: 0.42 and the lightness value of c8acdd is 0.77.
The process color (four color CMYK) of #c8acdd color hex is 0.10, 0.22, 0.00, 0.13. Web safe color of #c8acdd is #cc99cc. Color #c8acdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10101100 | 11011101 |
Octal | 310 | 254 | 335 |
Decimal | 200 | 172 | 221 |
Hex | C8 | AC | DD |
Shades of #c8acdd
Tints of #c8acdd
RGB Percentages of Color #c8acdd
CMYK Percentages of Color #c8acdd
Complementary Color
#c8acdd | #c1ddac |
#c8acdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8acdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8acdd Color CSS Codes
.mybgcolor {background-color:#c8acdd; } .myforecolor {color:#c8acdd; } .mybordercolor {border:3px solid #c8acdd; }
#c8acdd Text Font Color
<p style="color:#c8acdd">Text here</p>
This sample text font color is #c8acdd
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.
#c8acdd Background Color
<div style="background-color:#c8acdd">
Div content here</div>
This div background color is #c8acdd
#c8acdd Border Color
<div style="border:3px solid #c8acdd">
Div here</div>
This div border color is #c8acdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,172,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8acdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8acdd; -webkit-box-shadow: 1px 1px 3px 2px #c8acdd; box-shadow: 1px 1px 3px 2px #c8acdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,172,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 #c8acdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8acdd; -webkit-box-shadow: 1px 1px 3px 2px #c8acdd; box-shadow: 1px 1px 3px 2px #c8acdd;">
Div content here</div>
This div box has shadow with color #c8acdd
Comments
No comments written yet.
Please login to write comment.