Color spaces of #c469dd
RGB | 196 | 105 | 221 |
---|---|---|---|
HSL | 0.80 | 0.63 | 0.64 |
HSV | 287° | 52° | 87° |
CMYK | 0.11 | 0.52 | 0.00 0.13 |
XYZ | 40.8677 | 27.0594 | 71.4756 |
Yxy | 27.0594 | 0.2932 | 0.1941 |
Hunter Lab | 52.0187 | 49.2033 | -45.0537 |
CIE-Lab | 59.0293 | 53.9824 | -44.4577 |
#c469dd color RGB value is (196,105,221).
#c469dd hex color red value is 196, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c469dd hue: 0.80 , saturation: 0.63 and the lightness value of c469dd is 0.64.
The process color (four color CMYK) of #c469dd color hex is 0.11, 0.52, 0.00, 0.13. Web safe color of #c469dd is #cc66cc. Color #c469dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01101001 | 11011101 |
Octal | 304 | 151 | 335 |
Decimal | 196 | 105 | 221 |
Hex | C4 | 69 | DD |
Shades of #c469dd
Tints of #c469dd
RGB Percentages of Color #c469dd
CMYK Percentages of Color #c469dd
Complementary Color
#c469dd | #82dd69 |
#c469dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c469dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c469dd Color CSS Codes
.mybgcolor {background-color:#c469dd; } .myforecolor {color:#c469dd; } .mybordercolor {border:3px solid #c469dd; }
#c469dd Text Font Color
<p style="color:#c469dd">Text here</p>
This sample text font color is #c469dd
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.
#c469dd Background Color
<div style="background-color:#c469dd">
Div content here</div>
This div background color is #c469dd
#c469dd Border Color
<div style="border:3px solid #c469dd">
Div here</div>
This div border color is #c469dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,105,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c469dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c469dd; -webkit-box-shadow: 1px 1px 3px 2px #c469dd; box-shadow: 1px 1px 3px 2px #c469dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,105,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 #c469dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c469dd; -webkit-box-shadow: 1px 1px 3px 2px #c469dd; box-shadow: 1px 1px 3px 2px #c469dd;">
Div content here</div>
This div box has shadow with color #c469dd
Comments
No comments written yet.
Please login to write comment.