Color spaces of #cfa1ec
RGB | 207 | 161 | 236 |
---|---|---|---|
HSL | 0.77 | 0.66 | 0.78 |
HSV | 277° | 32° | 93° |
CMYK | 0.12 | 0.32 | 0.00 0.07 |
XYZ | 53.6173 | 44.8113 | 85.1804 |
Yxy | 44.8113 | 0.2920 | 0.2441 |
Hunter Lab | 66.9412 | 25.8243 | -28.5856 |
CIE-Lab | 72.7675 | 30.5168 | -31.2376 |
#cfa1ec color RGB value is (207,161,236).
#cfa1ec hex color red value is 207, green value is 161 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cfa1ec hue: 0.77 , saturation: 0.66 and the lightness value of cfa1ec is 0.78.
The process color (four color CMYK) of #cfa1ec color hex is 0.12, 0.32, 0.00, 0.07. Web safe color of #cfa1ec is #cc99ff. Color #cfa1ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100001 | 11101100 |
Octal | 317 | 241 | 354 |
Decimal | 207 | 161 | 236 |
Hex | CF | A1 | EC |
Shades of #cfa1ec
Tints of #cfa1ec
RGB Percentages of Color #cfa1ec
CMYK Percentages of Color #cfa1ec
Complementary Color
#cfa1ec | #beeca1 |
#cfa1ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa1ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa1ec Color CSS Codes
.mybgcolor {background-color:#cfa1ec; } .myforecolor {color:#cfa1ec; } .mybordercolor {border:3px solid #cfa1ec; }
#cfa1ec Text Font Color
<p style="color:#cfa1ec">Text here</p>
This sample text font color is #cfa1ec
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.
#cfa1ec Background Color
<div style="background-color:#cfa1ec">
Div content here</div>
This div background color is #cfa1ec
#cfa1ec Border Color
<div style="border:3px solid #cfa1ec">
Div here</div>
This div border color is #cfa1ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,161,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa1ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa1ec; -webkit-box-shadow: 1px 1px 3px 2px #cfa1ec; box-shadow: 1px 1px 3px 2px #cfa1ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,161,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa1ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa1ec; -webkit-box-shadow: 1px 1px 3px 2px #cfa1ec; box-shadow: 1px 1px 3px 2px #cfa1ec;">
Div content here</div>
This div box has shadow with color #cfa1ec
Comments
No comments written yet.
Please login to write comment.