Color spaces of #cf68de
RGB | 207 | 104 | 222 |
---|---|---|---|
HSL | 0.81 | 0.64 | 0.64 |
HSV | 292° | 53° | 87° |
CMYK | 0.07 | 0.53 | 0.00 0.13 |
XYZ | 43.8673 | 28.4400 | 72.2846 |
Yxy | 28.4400 | 0.3034 | 0.1967 |
Hunter Lab | 53.3292 | 53.5038 | -43.0337 |
CIE-Lab | 60.2842 | 57.5892 | -42.9473 |
#cf68de color RGB value is (207,104,222).
#cf68de hex color red value is 207, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cf68de hue: 0.81 , saturation: 0.64 and the lightness value of cf68de is 0.64.
The process color (four color CMYK) of #cf68de color hex is 0.07, 0.53, 0.00, 0.13. Web safe color of #cf68de is #cc66cc. Color #cf68de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01101000 | 11011110 |
Octal | 317 | 150 | 336 |
Decimal | 207 | 104 | 222 |
Hex | CF | 68 | DE |
Shades of #cf68de
Tints of #cf68de
RGB Percentages of Color #cf68de
CMYK Percentages of Color #cf68de
Complementary Color
#cf68de | #77de68 |
#cf68de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf68de Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf68de Color CSS Codes
.mybgcolor {background-color:#cf68de; } .myforecolor {color:#cf68de; } .mybordercolor {border:3px solid #cf68de; }
#cf68de Text Font Color
<p style="color:#cf68de">Text here</p>
This sample text font color is #cf68de
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.
#cf68de Background Color
<div style="background-color:#cf68de">
Div content here</div>
This div background color is #cf68de
#cf68de Border Color
<div style="border:3px solid #cf68de">
Div here</div>
This div border color is #cf68de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,104,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf68de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf68de; -webkit-box-shadow: 1px 1px 3px 2px #cf68de; box-shadow: 1px 1px 3px 2px #cf68de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,104,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf68de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf68de; -webkit-box-shadow: 1px 1px 3px 2px #cf68de; box-shadow: 1px 1px 3px 2px #cf68de;">
Div content here</div>
This div box has shadow with color #cf68de
Comments
No comments written yet.
Please login to write comment.