Color spaces of #cfa6fc
RGB | 207 | 166 | 252 |
---|---|---|---|
HSL | 0.75 | 0.93 | 0.82 |
HSV | 269° | 34° | 99° |
CMYK | 0.18 | 0.34 | 0.00 0.01 |
XYZ | 56.9390 | 47.5661 | 98.2756 |
Yxy | 47.5661 | 0.2808 | 0.2346 |
Hunter Lab | 68.9682 | 26.6724 | -36.2070 |
CIE-Lab | 74.5504 | 31.1928 | -37.1608 |
#cfa6fc color RGB value is (207,166,252).
#cfa6fc hex color red value is 207, green value is 166 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cfa6fc hue: 0.75 , saturation: 0.93 and the lightness value of cfa6fc is 0.82.
The process color (four color CMYK) of #cfa6fc color hex is 0.18, 0.34, 0.00, 0.01. Web safe color of #cfa6fc is #cc99ff. Color #cfa6fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100110 | 11111100 |
Octal | 317 | 246 | 374 |
Decimal | 207 | 166 | 252 |
Hex | CF | A6 | FC |
Shades of #cfa6fc
Tints of #cfa6fc
RGB Percentages of Color #cfa6fc
CMYK Percentages of Color #cfa6fc
Complementary Color
#cfa6fc | #d3fca6 |
#cfa6fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa6fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa6fc Color CSS Codes
.mybgcolor {background-color:#cfa6fc; } .myforecolor {color:#cfa6fc; } .mybordercolor {border:3px solid #cfa6fc; }
#cfa6fc Text Font Color
<p style="color:#cfa6fc">Text here</p>
This sample text font color is #cfa6fc
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.
#cfa6fc Background Color
<div style="background-color:#cfa6fc">
Div content here</div>
This div background color is #cfa6fc
#cfa6fc Border Color
<div style="border:3px solid #cfa6fc">
Div here</div>
This div border color is #cfa6fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,166,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa6fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa6fc; -webkit-box-shadow: 1px 1px 3px 2px #cfa6fc; box-shadow: 1px 1px 3px 2px #cfa6fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,166,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa6fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa6fc; -webkit-box-shadow: 1px 1px 3px 2px #cfa6fc; box-shadow: 1px 1px 3px 2px #cfa6fc;">
Div content here</div>
This div box has shadow with color #cfa6fc
Comments
No comments written yet.
Please login to write comment.