Color spaces of #cfa6ea
RGB | 207 | 166 | 234 |
---|---|---|---|
HSL | 0.77 | 0.62 | 0.78 |
HSV | 276° | 29° | 92° |
CMYK | 0.12 | 0.29 | 0.00 0.08 |
XYZ | 54.2196 | 46.4783 | 83.9554 |
Yxy | 46.4783 | 0.2936 | 0.2517 |
Hunter Lab | 68.1750 | 22.6549 | -25.2913 |
CIE-Lab | 73.8548 | 27.3711 | -28.4752 |
#cfa6ea color RGB value is (207,166,234).
#cfa6ea hex color red value is 207, green value is 166 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cfa6ea hue: 0.77 , saturation: 0.62 and the lightness value of cfa6ea is 0.78.
The process color (four color CMYK) of #cfa6ea color hex is 0.12, 0.29, 0.00, 0.08. Web safe color of #cfa6ea is #cc99ff. Color #cfa6ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100110 | 11101010 |
Octal | 317 | 246 | 352 |
Decimal | 207 | 166 | 234 |
Hex | CF | A6 | EA |
Shades of #cfa6ea
Tints of #cfa6ea
RGB Percentages of Color #cfa6ea
CMYK Percentages of Color #cfa6ea
Complementary Color
#cfa6ea | #c1eaa6 |
#cfa6ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa6ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa6ea Color CSS Codes
.mybgcolor {background-color:#cfa6ea; } .myforecolor {color:#cfa6ea; } .mybordercolor {border:3px solid #cfa6ea; }
#cfa6ea Text Font Color
<p style="color:#cfa6ea">Text here</p>
This sample text font color is #cfa6ea
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.
#cfa6ea Background Color
<div style="background-color:#cfa6ea">
Div content here</div>
This div background color is #cfa6ea
#cfa6ea Border Color
<div style="border:3px solid #cfa6ea">
Div here</div>
This div border color is #cfa6ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,166,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa6ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa6ea; -webkit-box-shadow: 1px 1px 3px 2px #cfa6ea; box-shadow: 1px 1px 3px 2px #cfa6ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,166,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa6ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa6ea; -webkit-box-shadow: 1px 1px 3px 2px #cfa6ea; box-shadow: 1px 1px 3px 2px #cfa6ea;">
Div content here</div>
This div box has shadow with color #cfa6ea
Comments
No comments written yet.
Please login to write comment.