Color spaces of #cfa6dd
RGB | 207 | 166 | 221 |
---|---|---|---|
HSL | 0.79 | 0.45 | 0.76 |
HSV | 285° | 25° | 87° |
CMYK | 0.06 | 0.25 | 0.00 0.13 |
XYZ | 52.4195 | 45.7583 | 74.4760 |
Yxy | 45.7583 | 0.3036 | 0.2650 |
Hunter Lab | 67.6449 | 19.9450 | -17.9260 |
CIE-Lab | 73.3884 | 24.7406 | -22.0994 |
#cfa6dd color RGB value is (207,166,221).
#cfa6dd hex color red value is 207, green value is 166 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfa6dd hue: 0.79 , saturation: 0.45 and the lightness value of cfa6dd is 0.76.
The process color (four color CMYK) of #cfa6dd color hex is 0.06, 0.25, 0.00, 0.13. Web safe color of #cfa6dd is #cc99cc. Color #cfa6dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100110 | 11011101 |
Octal | 317 | 246 | 335 |
Decimal | 207 | 166 | 221 |
Hex | CF | A6 | DD |
Shades of #cfa6dd
Tints of #cfa6dd
RGB Percentages of Color #cfa6dd
CMYK Percentages of Color #cfa6dd
Complementary Color
#cfa6dd | #b4dda6 |
#cfa6dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa6dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa6dd Color CSS Codes
.mybgcolor {background-color:#cfa6dd; } .myforecolor {color:#cfa6dd; } .mybordercolor {border:3px solid #cfa6dd; }
#cfa6dd Text Font Color
<p style="color:#cfa6dd">Text here</p>
This sample text font color is #cfa6dd
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.
#cfa6dd Background Color
<div style="background-color:#cfa6dd">
Div content here</div>
This div background color is #cfa6dd
#cfa6dd Border Color
<div style="border:3px solid #cfa6dd">
Div here</div>
This div border color is #cfa6dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,166,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa6dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa6dd; -webkit-box-shadow: 1px 1px 3px 2px #cfa6dd; box-shadow: 1px 1px 3px 2px #cfa6dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,166,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 #cfa6dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa6dd; -webkit-box-shadow: 1px 1px 3px 2px #cfa6dd; box-shadow: 1px 1px 3px 2px #cfa6dd;">
Div content here</div>
This div box has shadow with color #cfa6dd
Comments
No comments written yet.
Please login to write comment.